home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
UUPC11XS.ZIP
/
LIB
/
IMPORT.H
< prev
next >
Wrap
Text File
|
1992-11-27
|
1KB
|
28 lines
/*--------------------------------------------------------------------*/
/* i m p o r t . h */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* Constants used for mapping between character sets; changing */
/* any of these parameters requires clearing all the files from */
/* UUPC/extended spool directories. */
/*--------------------------------------------------------------------*/
#define DOSCHARS "!#$%&'()-0123456789@^_`abcdefghijklmnopqrstuvwxyz{}~"
/* List of allowed characters in MS-DOS
file names; from Page 1.15 of Zenith
MS-DOS 3 manual */
#define UNIX_START_C '#' /* First character in the UNIX char set */
/* we map to the DOS character set */
#define UNIX_END_C 'z' /* last UNIX char we map */
/*--------------------------------------------------------------------*/
/* Routines defined in import.c */
/*--------------------------------------------------------------------*/
void importpath(char *host,
char const *canon,
char const *remote);
boolean ValidDOSName( const char *s);