mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
178 B
9 lines
178 B
/*
|
|
SccsID @(#)host_unix.h 1.1 10/2/90 Copyright Insignia Solutions Ltd
|
|
*/
|
|
#define STANDARD 1234
|
|
#define SILENT 2345
|
|
#define CONT_AND_QUIT 3456
|
|
|
|
extern char *host_find_file();
|
|
|