summaryrefslogtreecommitdiffstats
path: root/libopkg/str_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/str_util.h')
-rw-r--r--libopkg/str_util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libopkg/str_util.h b/libopkg/str_util.h
index 832654f..02861e6 100644
--- a/libopkg/str_util.h
+++ b/libopkg/str_util.h
@@ -20,7 +20,6 @@
int str_starts_with(const char *str, const char *prefix);
int str_ends_with(const char *str, const char *suffix);
-int str_chomp(char *str);
int str_tolower(char *str);
int str_toupper(char *str);