diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paths.h	Tue Dec 25 11:12:26 2018 -0800
@@ -0,0 +1,7 @@
+#ifndef PATHS_H_
+#define PATHS_H_
+
+void get_initial_browse_path(char **dst);
+char *path_append(const char *base, const char *suffix);
+
+#endif //PATHS_H_
\ No newline at end of file