From a1ca82847eb356c6b85ada2ac11f38d98f6e085e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 13 Jul 2020 15:57:10 +0200 Subject: Start on add_rss, add rss parser --- fileutils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fileutils.h') diff --git a/fileutils.h b/fileutils.h index 413648f..6c514bb 100644 --- a/fileutils.h +++ b/fileutils.h @@ -4,5 +4,7 @@ const char* get_home_dir(); /* Returns 0 on success */ int file_get_content(const char *filepath, char **data, long *size); +/* Returns 0 on success (if the directories are created or if the directories already exists) */ +int create_directory_recursive(char *path); #endif -- cgit v1.2.3