1 /* $Id$ */
2 #ifndef _FILECASE_H
3 #define _FILECASE_H
4 
5 #include "fcommon.h"
6 
7 int isDOSLikeName(char *name);
8 char *MakeProperCase(char *name);
9 
10 
11 #endif
12