Large nasty commit in the form of a 5000 line patch chock-full of completely
[ardour.git] / libs / pbd3 / pbd / basename.h
index 01f40b6b6ac4f171c7a60154b18ef2ac6ae44a08..35aebe166c1da5d75a4c360a728619f8dca5fee2 100644 (file)
@@ -6,9 +6,7 @@
 namespace PBD
 {
        
-extern char *basename (const char *);
-extern std::string basename (const std::string);
-extern std::string basename_nosuffix (const std::string);
+extern std::string basename_nosuffix (const std::string&);
 
 };