summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/basename.h
blob: d4f3c2f2709123ceddc06b1f80f996379bbbeb91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $Id: basename.h,v 1.2 2003/02/24 23:25:12 djm Exp $ */

#ifndef _BASENAME_H 
#define _BASENAME_H
#include "config.h"

#if !defined(HAVE_BASENAME)

char *basename(char *path);

#endif /* !defined(HAVE_BASENAME) */
#endif /* _BASENAME_H */