Added function to header file
This commit is contained in:
parent
8e51b3fa1d
commit
a9b52fc476
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user