about summary refs log tree commit diff stats
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
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);