Restore build after rollback
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
/*
|
||||
* namedos.h: 08-Aug-96
|
||||
*
|
||||
* (C)opyright (C) 1993,1996 Martin Stover, Marburg, Germany
|
||||
* namedos.h: DOS namespace helpers for mars_nwe
|
||||
*/
|
||||
#ifndef _NAMEDOS_H_
|
||||
#define _NAMEDOS_H_
|
||||
#if WITH_NAME_SPACE_CALLS
|
||||
|
||||
extern int dos_is_83_name(uint8 *name, int options);
|
||||
extern int build_dos_83_alias(int options, uint8 *parent_unix,
|
||||
uint8 *real_name, ino_t inode,
|
||||
uint8 *alias, int alias_len);
|
||||
extern void mangle_dos_name(NW_VOL *vol, uint8 *unixname, uint8 *pp, int len);
|
||||
extern int fn_dos_match(uint8 *s, uint8 *p, int soptions);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user