This commit is contained in:
Damien Miller 2003-02-25 14:32:16 +11:00
parent 17bbc45a11
commit 73942b9d54
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $Id: basename.h,v 1.2 2003/02/24 23:25:12 djm Exp $ */
/* $Id: basename.h,v 1.3 2003/02/25 03:32:16 djm Exp $ */
#ifndef _BASENAME_H
#define _BASENAME_H
@ -6,7 +6,7 @@
#if !defined(HAVE_BASENAME)
char *basename(char *path);
char *basename(const char *path);
#endif /* !defined(HAVE_BASENAME) */
#endif /* _BASENAME_H */