aboutsummaryrefslogtreecommitdiffstats
path: root/src/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/file.h')
-rw-r--r--src/file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.h b/src/file.h
index 9c0674d..97e5274 100644
--- a/src/file.h
+++ b/src/file.h
@@ -15,7 +15,7 @@
#define BLOGC_FILE_CHUNK_SIZE 1024
-char* blogc_file_get_contents(const char *path, size_t *len, sb_error_t **err);
+char* blogc_file_get_contents(const char *path, size_t *len, blogc_error_t **err);
int blogc_fprintf(FILE *stream, const char *format, ...);
#endif /* _FILE_H */