]> Pileus Git - lackey/blobdiff - src/util.h
Bump copyright on files modified in 2013
[lackey] / src / util.h
index 5427686279adb96a26b812d826854376bd88f195..97f0da6803b343bcabcd2a646b768d4c50b53713 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012,2013 Andy Spencer <andy753421@gmail.com>
+ * Copyright (C) 2012-2013 Andy Spencer <andy753421@gmail.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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, ...);