aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-11-22 15:46:56 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-12-03 19:07:22 -0500
commit9173fe4a472500b3f87780d116ff7a54d4729c78 (patch)
treeabec557976f8a68560c0c1fe7e9dafaa2d24e56a /include
parent93ad037af095d490e836a16b92e23f637f1f61ab (diff)
downloadstasis-9173fe4a472500b3f87780d116ff7a54d4729c78.tar.gz
Add basic unindent function
Diffstat (limited to 'include')
-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