blob: 078b92386c3e3e4454623aadd7805ec7c13ddbab [file] [log] [blame]
#ifndef H_BASENAMES
#define H_BASENAMES
/* returns a pointer inside of name */
char *ourBaseName(char *name);
/* returns a malloc'd string which must be freed by the caller */
char *ourDirName(char *origname);
#endif