diff options
Diffstat (limited to 'paths.h')
-rw-r--r-- | paths.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#ifndef PATHS_H_ +#define PATHS_H_ + +void get_initial_browse_path(char **dst); + +#endif //PATHS_H_
\ No newline at end of file |