aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc/file.h')
-rw-r--r--src/blogc/file.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/blogc/file.h b/src/blogc/file.h
index 8213573..6a0e094 100644
--- a/src/blogc/file.h
+++ b/src/blogc/file.h
@@ -10,12 +10,10 @@
#define _FILE_H
#include <stddef.h>
-#include <stdio.h>
#include "../common/error.h"
#define BLOGC_FILE_CHUNK_SIZE 1024
char* blogc_file_get_contents(const char *path, size_t *len, bc_error_t **err);
-int blogc_fprintf(FILE *stream, const char *format, ...);
#endif /* _FILE_H */