aboutsummaryrefslogtreecommitdiff
path: root/src/Redirect.h
blob: 808ffdf4efb230a9d0e693559483fa57e0972335 (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
28
29
30
31
32
33
34
 /*@@
   @header    Redirect.h
   @date      Fri May 18 11:08:25 2001
   @author    Tom Goodale
   @desc 
   Rdirection stuff.  Was http_Redirect.h.
   @enddesc
   @version
 @@*/
#ifndef _HTTP_REDIRECT_H_
#define _HTTP_REDIRECT_H_ 1

#ifdef __cplusplus
extern "C" 
{
#endif

int HTTP_SetupRedirect(int port, 
                       int queue_size,
                       int hunt);

int HTTP_RegisterRedirect(void);

const char *HTTP_Master(void);
int HTTP_IsServer(void);
int HTTP_IsRedirect(void);



#ifdef __cplusplus
}
#endif

#endif /* _HTTP_REDIRECT_H_ */