aboutsummaryrefslogtreecommitdiffstats
path: root/src/support.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/support.h')
-rw-r--r--src/support.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/support.h b/src/support.h
index 68f746dd3..305ecbcf1 100644
--- a/src/support.h
+++ b/src/support.h
@@ -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);