summaryrefslogtreecommitdiff
path: root/paths.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-11-29 08:41:37 -0800
committerMichael Pavone <pavone@retrodev.com>2017-11-29 08:41:37 -0800
commit0b409a1a9ccc9d7d566a0a867eec4f6eb5a1f5e1 (patch)
treec639350be2b7a0db5aa3d4dae3c8ce2cce80a4aa /paths.h
parentd064c9a6c6ea4aff356b5cde90f5afc92cb705f4 (diff)
Added code to persist config back to a file
--HG-- branch : nuklear_ui
Diffstat (limited to 'paths.h')
-rw-r--r--paths.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/paths.h b/paths.h
index da4b424..b084035 100644
--- a/paths.h
+++ b/paths.h
@@ -2,6 +2,6 @@
#define PATHS_H_
void get_initial_browse_path(char **dst);
-char *path_append(char *base, char *suffix);
+char *path_append(const char *base, const char *suffix);
#endif //PATHS_H_ \ No newline at end of file