aboutsummaryrefslogtreecommitdiff
path: root/fileutils.h
diff options
context:
space:
mode:
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