aboutsummaryrefslogtreecommitdiff
path: root/fileutils.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-13 15:59:30 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-13 15:59:30 +0200
commitae0520e57267dbd866fc8cd25f66f4e6af2ac118 (patch)
tree22788688f1b588c3ad00c1ce3fe13da68b3a9382 /fileutils.h
parenta1ca82847eb356c6b85ada2ac11f38d98f6e085e (diff)
Move c files into src directory
Diffstat (limited to 'fileutils.h')
-rw-r--r--fileutils.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/fileutils.h b/fileutils.h
deleted file mode 100644
index 6c514bb..0000000
--- a/fileutils.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef FILEUTILS_H
-#define FILEUTILS_H
-
-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