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