aboutsummaryrefslogtreecommitdiff
path: root/src/Redirect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Redirect.h')
-rw-r--r--src/Redirect.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/Redirect.h b/src/Redirect.h
new file mode 100644
index 0000000..808ffdf
--- /dev/null
+++ b/src/Redirect.h
@@ -0,0 +1,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_ */