summaryrefslogtreecommitdiff
path: root/src/rm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rm.c')
-rw-r--r--src/rm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rm.c b/src/rm.c
index e8f99cc83..3b7754e60 100644
--- a/src/rm.c
+++ b/src/rm.c
@@ -43,7 +43,7 @@ struct pathstack
ino_t inum;
};
-char *basename (char *);
+char *basename ();
char *stpcpy ();
char *xmalloc ();
char *xrealloc ();