duh
This commit is contained in:
parent
17bbc45a11
commit
73942b9d54
|
@ -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
|
#ifndef _BASENAME_H
|
||||||
#define _BASENAME_H
|
#define _BASENAME_H
|
||||||
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
#if !defined(HAVE_BASENAME)
|
#if !defined(HAVE_BASENAME)
|
||||||
|
|
||||||
char *basename(char *path);
|
char *basename(const char *path);
|
||||||
|
|
||||||
#endif /* !defined(HAVE_BASENAME) */
|
#endif /* !defined(HAVE_BASENAME) */
|
||||||
#endif /* _BASENAME_H */
|
#endif /* _BASENAME_H */
|
||||||
|
|
Loading…
Reference in New Issue