aboutsummaryrefslogtreecommitdiff
path: root/src/http_Steer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http_Steer.h')
-rw-r--r--src/http_Steer.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/http_Steer.h b/src/http_Steer.h
deleted file mode 100644
index 3c02842..0000000
--- a/src/http_Steer.h
+++ /dev/null
@@ -1,27 +0,0 @@
- /*@@
- @header http_Steer.h
- @date Fri Sep 15 11:31:04 2000
- @author Tom Goodale
- @desc
- Webserver parameter steering routines.
- @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__ */