2003-02-25 04:32:16 +01:00
|
|
|
/* $Id: basename.h,v 1.3 2003/02/25 03:32:16 djm Exp $ */
|
2003-02-24 02:55:55 +01:00
|
|
|
|
|
|
|
#ifndef _BASENAME_H
|
|
|
|
#define _BASENAME_H
|
|
|
|
#include "config.h"
|
|
|
|
|
|
|
|
#if !defined(HAVE_BASENAME)
|
|
|
|
|
2003-02-25 04:32:16 +01:00
|
|
|
char *basename(const char *path);
|
2003-02-24 02:55:55 +01:00
|
|
|
|
|
|
|
#endif /* !defined(HAVE_BASENAME) */
|
|
|
|
#endif /* _BASENAME_H */
|