]> Pileus Git - lackey/blobdiff - src/util.h
Add ical todos
[lackey] / src / util.h
index b40f8b3e5a47cabeb5d4058fef40b9788d3119be..689ed6262be7401a58707ccd6d9b840cbe476608 100644 (file)
@@ -25,6 +25,9 @@
 /* Debug functions */
 void util_init(void);
 
+/* Stirng functions */
+void strsub(char *str, char find, char repl);
+
 /* Debug functions */
 #ifdef DEBUG
 int debug(char *fmt, ...);