comparison paths.h @ 1648:b7ecd0d6a77b mame_interp

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Tue, 25 Dec 2018 11:12:26 -0800
parents 637fbc3b5063
children bc68560b4a04
comparison
equal deleted inserted replaced
1509:36732f5c2281 1648:b7ecd0d6a77b
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_