aboutsummaryrefslogtreecommitdiff
path: root/src/Steer.h
blob: 3896e954138dafe0b99ea36174cbda716ef3188d (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
 /*@@
   @header    Steer.h
   @date      Fri Sep 15 11:31:04 2000
   @author    Tom Goodale
   @desc 
   Webserver parameter steering routines.  Was http_Steer.h; still exported
   by that name
   @enddesc 
   @version $Header$
 @@*/

#ifndef __HTTP_STEER_H__
#define __HTTP_STEER_H__ 1

#ifdef __cplusplus
extern "C" 
{
#endif

int HTTP_SteerQueue(const char *thorn, const char *parameter,
                    const char *value);

int HTTP_SteerDispatch(void);

#ifdef __cplusplus
}
#endif

#endif /* __HTTP_STEER_H__ */