diff path.h @ 32751:8e7537586f0b

Add mp_dir_join function.
author cboesch
date Tue, 01 Feb 2011 19:17:33 +0000
parents 83c490a2e9f3
children
line wrap: on
line diff
--- a/path.h	Mon Jan 31 15:45:46 2011 +0000
+++ b/path.h	Tue Feb 01 19:17:33 2011 +0000
@@ -29,5 +29,6 @@
 const char *mp_basename(const char *path);
 char *mp_dirname(const char *path);
 char *mp_path_join(const char *base, const char *new_path);
+char *mp_dir_join(const char *dir, const char *append);
 
 #endif /* MPLAYER_PATH_H */