diff options
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util.h b/util.h index 0982f816..4326fbb4 100644 --- a/util.h +++ b/util.h @@ -24,7 +24,6 @@ #define UTIL_H void get_time(char *thetime); -char * trim(char *str); char * str_replace(const char *string, const char *substr, const char *replacement); |