summaryrefslogtreecommitdiff
path: root/paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'paths.h')
-rw-r--r--paths.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/paths.h b/paths.h
index 77e878d..da4b424 100644
--- a/paths.h
+++ b/paths.h
@@ -2,5 +2,6 @@
#define PATHS_H_
void get_initial_browse_path(char **dst);
+char *path_append(char *base, char *suffix);
#endif //PATHS_H_ \ No newline at end of file