Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
bd570d7a22b7a4c5f64646c177439b64508b76c2
/
.
/
openbsd-compat
/
basename.h
blob: a8bd6c17c7087f7050996e6a560ea418461a9900 [
file
] [
log
] [
blame
] [
raw
]
/* $Id: basename.h,v 1.3 2003/02/25 03:32:16 djm Exp $ */
#ifndef
_BASENAME_H
#define
_BASENAME_H
#include
"config.h"
#if !defined(HAVE_BASENAME)
char
*
basename
(
const
char
*
path
);
#endif
/* !defined(HAVE_BASENAME) */
#endif
/* _BASENAME_H */