Files
mars-nwe/include/namedos.h
Mario Fetka ab0bfa4230
All checks were successful
Source release / source-package (push) Successful in 52s
Roleback
2026-05-20 14:55:44 +02:00

15 lines
316 B
C

/*
* namedos.h: 08-Aug-96
*
* (C)opyright (C) 1993,1996 Martin Stover, Marburg, Germany
*/
#ifndef _NAMEDOS_H_
#define _NAMEDOS_H_
#if WITH_NAME_SPACE_CALLS
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);
#endif
#endif