comparison paths.h @ 1692:5dacaef602a7 segacd

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Sat, 05 Jan 2019 00:58:08 -0800
parents 637fbc3b5063
children bc68560b4a04
comparison
equal deleted inserted replaced
1504:95b3a1a8b26c 1692:5dacaef602a7
1 #ifndef PATHS_H_
2 #define PATHS_H_
3
4 void get_initial_browse_path(char **dst);
5 char *path_append(const char *base, const char *suffix);
6
7 #endif //PATHS_H_