]> Pileus Git - lackey/blobdiff - src/util.h
Add simple config file parser
[lackey] / src / util.h
index 5427686279adb96a26b812d826854376bd88f195..39c07495d5ddce724492b99aa9b2c851eb102b8a 100644 (file)
@@ -35,6 +35,9 @@ int match(const char *a, const char *b);
 /* Memory functions */
 void *alloc0(int size);
 
+/* File functions */
+char *read_file(const char *path, int *len);
+
 /* Debug functions */
 void debug(char *fmt, ...);
 void error(char *fmt, ...);