]> andersk Git - gssapi-openssh.git/blob - openssh/openbsd-compat/basename.h
Import of OpenSSH 3.6.1p1
[gssapi-openssh.git] / openssh / openbsd-compat / basename.h
1 /* $Id$ */
2
3 #ifndef _BASENAME_H 
4 #define _BASENAME_H
5 #include "config.h"
6
7 #if !defined(HAVE_BASENAME)
8
9 char *basename(const char *path);
10
11 #endif /* !defined(HAVE_BASENAME) */
12 #endif /* _BASENAME_H */
This page took 0.147507 seconds and 5 git commands to generate.