aboutsummaryrefslogtreecommitdiff
path: root/include/str.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2024-11-23 11:47:28 -0500
committerGitHub <noreply@github.com>2024-11-23 11:47:28 -0500
commitbdadebfceffad22179b33948113b2bf82f02c1f7 (patch)
tree092394ab67595b7350cbcfb5a712f09ca45f6598 /include/str.h
parentb3facf587175307ef32547d0264bf096d2fcd283 (diff)
parentdaa02148a63ee9e5c43373ce697dbada454440f6 (diff)
downloadstasis-bdadebfceffad22179b33948113b2bf82f02c1f7.tar.gz
Merge pull request #72 from jhunkeler/unindent-scripts
Add basic unindent function
Diffstat (limited to 'include/str.h')
-rw-r--r--include/str.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/str.h b/include/str.h
index 7254225..bb96db0 100644
--- a/include/str.h
+++ b/include/str.h
@@ -308,4 +308,6 @@ char *tolower_s(char *s);
*/
char *to_short_version(const char *s);
+void unindent(char *s);
+
#endif //STASIS_STR_H