Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
1a3ccb07c5709672d327afefd7fb6971e96b1ef7
/
.
/
openbsd-compat
/
basename.h
blob: 0a14ff5c119376d55db24dd45dc69c764a181755 [
file
] [
log
] [
blame
] [
raw
]
/* $Id: basename.h,v 1.1 2003/02/24 01:55:56 djm Exp $ */
#ifndef
_BASENAME_H
#define
_BASENAME_H
#include
"config.h"
#if !defined(HAVE_BASENAME)
char
*
getcwd
(
char
*
pt
,
size_t
size
);
#endif
/* !defined(HAVE_BASENAME) */
#endif
/* _BASENAME_H */