Rev | Line | |
---|
[9] | 1 | /* net.h
|
---|
| 2 | *
|
---|
| 3 | * This file is part of httpd.
|
---|
| 4 | *
|
---|
| 5 | *
|
---|
| 6 | * 01/25/1996 Michael Temari <Michael@TemWare.Com>
|
---|
| 7 | * 07/07/1996 Initial Release Michael Temari <Michael@TemWare.Com>
|
---|
| 8 | * 12/29/2002 Michael Temari <Michael@TemWare.Com>
|
---|
| 9 | *
|
---|
| 10 | */
|
---|
| 11 |
|
---|
| 12 | _PROTOTYPE(void GetNetInfo, (void));
|
---|
| 13 | _PROTOTYPE(void daemonloop, (char *service));
|
---|
| 14 |
|
---|
| 15 | extern char myhostname[256];
|
---|
| 16 | extern char rmthostname[256];
|
---|
| 17 | extern char rmthostaddr[3+1+3+1+3+1+3+1];
|
---|
Note:
See
TracBrowser
for help on using the repository browser.