aboutsummaryrefslogtreecommitdiff
path: root/fileutils.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-12 22:35:49 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-12 22:35:49 +0200
commitc6dc4cd4ea7433dfd560732574f73d4bfea400f3 (patch)
tree3372df39803b2cb95d09b4f7ba02f47986944d82 /fileutils.h
parentdfad8a8016426d7fe198dc32973b01a1e075142e (diff)
Starting on 'downloaded' command
Diffstat (limited to 'fileutils.h')
-rw-r--r--fileutils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/fileutils.h b/fileutils.h
new file mode 100644
index 0000000..9780392
--- /dev/null
+++ b/fileutils.h
@@ -0,0 +1,6 @@
+#ifndef FILEUTILS_H
+#define FILEUTILS_H
+
+const char* get_home_dir();
+
+#endif