home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
lan
/
soss.arj
/
SRC
/
NETD.H
< prev
next >
Wrap
C/C++ Source or Header
|
1991-04-03
|
648b
|
21 lines
/*
* netd.h -- header file for the PC-NFS net daemon
*/
#ifdef RCSID
static char _rcsid_ = "$Id: netd.h_v 1.2 1991/04/03 15:16:28 richb Exp $";
#endif
/* Error reporting for irrecoverable net daemon errors */
extern void netd_Punt(char *);
/* initialize */
extern void netd_init(int, char **);
/* break handler */
extern void netd_break(void);
/* command line parser */
extern void netd_parsecmdln(int, char **);
extern bool_t NFS_VERBOSE; /* verbose mode nfs reporting */
extern bool_t NFS_READONLYFS; /* a read only filesystem */
extern bool_t NFS_TRUNCATENAMES; /* true if long names should be truncated */