aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.h b/util.h
index 04c5b88..d3b4168 100644
--- a/util.h
+++ b/util.h
@@ -11,6 +11,7 @@
}
int r_mkdir(const char *path, mode_t mode);
+void util_strtrim(char *s);
#define UTIL_H
#endif