summaryrefslogtreecommitdiffstats
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc.c b/misc.c
index 1b9881f..8e98763 100644
--- a/misc.c
+++ b/misc.c
@@ -25,7 +25,7 @@
#include "misc.h"
#if !HAVE_BASENAME
-char const *
+char *
basename (char const *path)
{
char *base;
@@ -39,7 +39,7 @@ basename (char const *path)
#endif
#if !HAVE_DIRNAME
-char const *
+char *
dirname (char const *path)
{
char *base;