aboutsummaryrefslogtreecommitdiff
path: root/fileutils.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-13 00:07:56 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-13 00:07:56 +0200
commite4bae38e3a5d345c025ed9edddbf401c81756dd5 (patch)
tree7d3b635e55845f96ca05e9ddaf167c0b79832ef1 /fileutils.h
parent978dba29a64692d9d00bf8074ea18cb70d121b75 (diff)
Finish 'downloaded' command
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