aboutsummaryrefslogtreecommitdiff
path: root/include/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h
index e0f92f5..7ec1530 100644
--- a/include/util.h
+++ b/include/util.h
@@ -1,6 +1,9 @@
#ifndef __UTIL_H
#define __UTIL_H
+char *ltrim(char *s);
+char *rtrim(char *s);
char *trim(char *s);
+void remove_spaces(char *str);
#endif