From e4bae38e3a5d345c025ed9edddbf401c81756dd5 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 13 Jul 2020 00:07:56 +0200 Subject: Finish 'downloaded' command --- fileutils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fileutils.h') 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 -- cgit v1.2.3