diff path.h @ 32543:18338ee51c9d

Export mp_basename in a function instead of duplicate macros in various places
author cboesch
date Tue, 16 Nov 2010 21:06:52 +0000
parents b32527b30d17
children 8fffd26d06ae
line wrap: on
line diff
--- a/path.h	Tue Nov 16 19:58:54 2010 +0000
+++ b/path.h	Tue Nov 16 21:06:52 2010 +0000
@@ -26,5 +26,6 @@
 char *get_path(const char *filename);
 void set_path_env(void);
 void set_codec_path(const char *path);
+const char *mp_basename(const char *path);
 
 #endif /* MPLAYER_PATH_H */