]> Pileus Git - lackey/blobdiff - src/util.h
Move drawing code to screen.c, work on day view
[lackey] / src / util.h
index 25e6d8d753d8169621e36a4a806cf7c4b47ea8d1..b40f8b3e5a47cabeb5d4058fef40b9788d3119be 100644 (file)
@@ -25,9 +25,6 @@
 /* Debug functions */
 void util_init(void);
 
-/* Misc functions */
-char *sdup(const char *str);
-
 /* Debug functions */
 #ifdef DEBUG
 int debug(char *fmt, ...);