]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
duh
authorDamien Miller <djm@mindrot.org>
Tue, 25 Feb 2003 03:32:16 +0000 (14:32 +1100)
committerDamien Miller <djm@mindrot.org>
Tue, 25 Feb 2003 03:32:16 +0000 (14:32 +1100)
openbsd-compat/basename.h

index d4f3c2f2709123ceddc06b1f80f996379bbbeb91..a8bd6c17c7087f7050996e6a560ea418461a9900 100644 (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 */