aboutsummaryrefslogtreecommitdiff
path: root/include/filehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/filehandler.h')
-rw-r--r--include/filehandler.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/filehandler.h b/include/filehandler.h
index 8868af7..f1f3342 100644
--- a/include/filehandler.h
+++ b/include/filehandler.h
@@ -3,6 +3,10 @@
#include <stdio.h>
+typedef struct {
+
+} filehandler_t;
+
char *fcontent(FILE *f, unsigned int size);
unsigned int fsize(FILE *f);