aboutsummaryrefslogtreecommitdiff
path: root/src/httpextra_HostNames.h
blob: 640c6d74f35caed815497ddfe72cc7da19f99a82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
 /*@@
   @header    httpextra_HostNames.h
   @date      Tue Nov  7 23:57:31 2000
   @author    Tom Goodale
   @desc 
   Prototypes for routines which give data about hosts in the machine.
   @enddesc
   @version $Header$
 @@*/

#ifndef _HOSTNAMES_H_
#define _HOSTNAMES_H_ 1

#ifdef __cplusplus
extern "C" 
{
#endif

void HTTPDExtra_CollateHostData(void);

const char *HTTPDExtra_RemoteHostName(int host);

#ifdef __cplusplus
}
#endif

#endif /* _HOSTNAMES_H_ */