diff options
author | Damien Miller <djm@mindrot.org> | 2003-02-25 00:25:12 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-02-25 00:25:12 +0100 |
commit | 17bbc45a11a6cab7f308095c5aef6d9fbfe798c9 (patch) | |
tree | 6c8923b934e2c3fb9a295d84188ea2e26969bc08 | |
parent | - (djm) Fix some compile errors spotted by dtucker and his fabulous (diff) | |
download | openssh-17bbc45a11a6cab7f308095c5aef6d9fbfe798c9.tar.xz openssh-17bbc45a11a6cab7f308095c5aef6d9fbfe798c9.zip |
me <- idiot
Diffstat (limited to '')
-rw-r--r-- | openbsd-compat/basename.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/basename.h b/openbsd-compat/basename.h index 0a14ff5c1..d4f3c2f27 100644 --- a/openbsd-compat/basename.h +++ b/openbsd-compat/basename.h @@ -1,4 +1,4 @@ -/* $Id: basename.h,v 1.1 2003/02/24 01:55:56 djm Exp $ */ +/* $Id: basename.h,v 1.2 2003/02/24 23:25:12 djm Exp $ */ #ifndef _BASENAME_H #define _BASENAME_H @@ -6,7 +6,7 @@ #if !defined(HAVE_BASENAME) -char *getcwd(char *pt, size_t size); +char *basename(char *path); #endif /* !defined(HAVE_BASENAME) */ #endif /* _BASENAME_H */ |