Added function to header file

This commit is contained in:
Michiel Broek 2004-12-22 11:54:40 +00:00
parent 8e51b3fa1d
commit a9b52fc476

View File

@ -2455,10 +2455,12 @@ char *strcasestr(char *, char *);
/*
* mangle.c
*/
int is_8_3( char *); /* Return TRUE if name is 8.3 */
void mangle_name_83( char *); /* Mangle name to 8.3 format */
void name_mangle(char *); /* Mangle name or make uppercase */
/*
* sectest.c
*/