summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/basename.h
blob: 0a14ff5c119376d55db24dd45dc69c764a181755 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $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 */