about summary refs log tree commit diff
path: root/blaze822.h
diff options
context:
space:
mode:
Diffstat (limited to 'blaze822.h')
-rw-r--r--blaze822.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/blaze822.h b/blaze822.h
index e06c8a7..f466779 100644
--- a/blaze822.h
+++ b/blaze822.h
@@ -77,3 +77,8 @@ int filter(char *input, size_t inlen, char *cmd, char **outputo, size_t *outleno
 // mygmtime.c
 
 time_t tm_to_secs(const struct tm *tm);
+
+
+// slurp.c
+
+int slurp(char *filename, char **bufo, off_t *leno);