aboutsummaryrefslogtreecommitdiff
path: root/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'file.h')
-rw-r--r--file.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/file.h b/file.h
index 1b973f1..cb188f6 100644
--- a/file.h
+++ b/file.h
@@ -3,7 +3,6 @@
#include <stdio.h>
-long file_size(FILE * const file);
-FILE * file_open(const char * const path, const char * const mode);
+long file_size(FILE * const file);
#endif /* FILE_H */