aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/str.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/str.h b/include/str.h
index 999f1e3..7f51996 100644
--- a/include/str.h
+++ b/include/str.h
@@ -12,6 +12,10 @@ char *normalizeStr(const char *str, uint32_t *ln);
char *normalizeStrLimit(const char *str, uint32_t *l, uint32_t limit);
+char *trimStr(const char *str, uint32_t *l);
+
+char *trimStrLimit(const char *str, uint32_t *l, uint32_t limit);
+
ssize_t strInTags(const char *tags, int n, const char *ndl, int m, char sep);
#endif