10 lines
86 B
C
10 lines
86 B
C
/* $Id$ */
|
|
|
|
#ifndef _BASENAME_H
|
|
#define _BASENAME_H
|
|
|
|
|
|
char *Basename(char *);
|
|
|
|
#endif
|