mirror of git://anongit.mindrot.org/openssh.git
me <- idiot
This commit is contained in:
parent
ca49a97788
commit
17bbc45a11
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue