aboutsummaryrefslogtreecommitdiff
path: root/fileutils.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-13 15:57:10 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-13 15:57:10 +0200
commita1ca82847eb356c6b85ada2ac11f38d98f6e085e (patch)
tree8da10b7f5c409bcf0cde60b89c947900e1322f7d /fileutils.h
parentee0d96fd180b235d4e87019d69e07cefde1e5546 (diff)
Start on add_rss, add rss parser
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 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