/* $Id: basename.h,v 1.1 2002/01/05 13:57:10 mbroek Exp $ */

#ifndef _BASENAME_H
#define _BASENAME_H


char *Basename(char *);

#endif