diff options
Diffstat (limited to 'include/file.h')
-rw-r--r-- | include/file.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/file.h b/include/file.h index d440c87..5518d17 100644 --- a/include/file.h +++ b/include/file.h @@ -2,13 +2,6 @@ #define FILE_H #include <stdio.h> -struct filedata { - int lc; - size_t len; - int binary; - char *buf; - char *altbuf; -}; struct filedata readfile(FILE *fp); #endif |