improve behaviour under VPC, fixes from nicolas tittley.
[minix.git] / commands / httpd / net.h
blob255fd051b86eabadc46be95fe234f770fd0a76dd
1 /* net.h
3 * This file is part of httpd.
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>
12 _PROTOTYPE(void GetNetInfo, (void));
13 _PROTOTYPE(void daemonloop, (char *service));
15 extern char myhostname[256];
16 extern char rmthostname[256];
17 extern char rmthostaddr[3+1+3+1+3+1+3+1];