Don't protoize dcl of basename.

This commit is contained in:
Jim Meyering
1995-11-10 14:47:09 +00:00
parent da6d91f64b
commit 3044600151
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
uid_t geteuid ();
#endif
char *basename (char *);
char *basename ();
enum backup_type get_version ();
int isdir ();
int yesno ();
+1 -1
View File
@@ -43,7 +43,7 @@ struct pathstack
ino_t inum;
};
char *basename (char *);
char *basename ();
char *stpcpy ();
char *xmalloc ();
char *xrealloc ();