1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
/* * XXX - Add OpenSSH copyright... */ #ifndef _DIRNAME_H #define _DIRNAME_H #pragma ident "%Z%%M% %I% %E% SMI" #ifdef __cplusplus extern "C" { #endif #ifndef HAVE_DIRNAME char *dirname(const char *path); #endif #ifdef __cplusplus } #endif #endif /* _DIRNAME_H */