source: trunk/minix/commands/httpd/net.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 416 bytes
Line 
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
15extern char myhostname[256];
16extern char rmthostname[256];
17extern char rmthostaddr[3+1+3+1+3+1+3+1];
Note: See TracBrowser for help on using the repository browser.