Revision 11717,
479 bytes
checked in by danw, 26 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r11716,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | /* |
---|
2 | * @(#) inetcf.h 1.1 94/12/28 17:42:30 |
---|
3 | * |
---|
4 | * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. |
---|
5 | */ |
---|
6 | |
---|
7 | extern char *inet_cfg(); /* read inetd.conf file */ |
---|
8 | extern void inet_set(); /* remember internet service */ |
---|
9 | extern int inet_get(); /* look up internet service */ |
---|
10 | |
---|
11 | #define WR_UNKNOWN (-1) /* service unknown */ |
---|
12 | #define WR_NOT 1 /* may not be wrapped */ |
---|
13 | #define WR_MAYBE 2 /* may be wrapped */ |
---|
14 | #define WR_YES 3 /* service is wrapped */ |
---|
Note: See
TracBrowser
for help on using the repository browser.