Code

use g_basename() instead of basename()
[ncmpc.git] / src / support.h
index 68f746dd3590af88ef8a65e8e31b148cb2428fd5..305ecbcf19d3fde468f3ea1cfe2d48a0aecbe97a 100644 (file)
@@ -7,10 +7,6 @@
 #include <libgen.h>
 #endif
 
-#ifndef HAVE_BASENAME
-char *basename(char *path);
-#endif
-
 char *remove_trailing_slash(char *path);
 const char *strcasestr(const char *haystack, const char *needle);