diff options
Diffstat (limited to 'paths.h')
-rw-r--r-- | paths.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |