diff options
Diffstat (limited to 'src/support.h')
-rw-r--r-- | src/support.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/support.h b/src/support.h index fce9aac28..4182d2e74 100644 --- a/src/support.h +++ b/src/support.h @@ -11,7 +11,6 @@ char *basename(char *path); #define IS_WHITESPACE(c) (c==' ' || c=='\t' || c=='\r' || c=='\n') -char *trim(char *str); char *remove_trailing_slash(char *path); char *lowerstr(char *str); char *strcasestr(const char *haystack, const char *needle); |