aboutsummaryrefslogtreecommitdiff
path: root/include/util.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-26 15:56:40 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-26 15:56:40 +0530
commit079954d864fd5aed1846674ee0acc9881da49922 (patch)
tree0860480c603ea871dadf734db4a107f376475c72 /include/util.h
parente3d3e83e0b0bc194b1dc795b5cdb851b93339e4b (diff)
util: update header
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util.h b/include/util.h
index 7ec1530..d485b0f 100644
--- a/include/util.h
+++ b/include/util.h
@@ -4,6 +4,6 @@
char *ltrim(char *s);
char *rtrim(char *s);
char *trim(char *s);
-void remove_spaces(char *str);
+char *remove_spaces(char *str);
#endif