summaryrefslogtreecommitdiff
path: root/paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'paths.h')
-rw-r--r--paths.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/paths.h b/paths.h
new file mode 100644
index 0000000..b084035
--- /dev/null
+++ b/paths.h
@@ -0,0 +1,7 @@
+#ifndef PATHS_H_
+#define PATHS_H_
+
+void get_initial_browse_path(char **dst);
+char *path_append(const char *base, const char *suffix);
+
+#endif //PATHS_H_ \ No newline at end of file