diff options
Diffstat (limited to 'include/filehandler.h')
-rw-r--r-- | include/filehandler.h | 4 |
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); |