aboutsummaryrefslogtreecommitdiff
path: root/fileutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'fileutils.h')
-rw-r--r--fileutils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fileutils.h b/fileutils.h
index 9780392..413648f 100644
--- a/fileutils.h
+++ b/fileutils.h
@@ -2,5 +2,7 @@
#define FILEUTILS_H
const char* get_home_dir();
+/* Returns 0 on success */
+int file_get_content(const char *filepath, char **data, long *size);
#endif