summaryrefslogtreecommitdiffhomepage
path: root/src/reqs.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-12-06 12:40:31 +0100
committerMichael Adam <obnox@samba.org>2009-12-06 13:17:18 +0100
commitfd987e97f035e3567e9db18ad233e604c9d78ed1 (patch)
treeeb3d90b9f4fd1a249fd9a1b3f2646c0f14b9bf17 /src/reqs.h
parent56ba3d45bd415d1b949032c312bb188126feb205 (diff)
move handling of upstream list to new module upstream.{c,h}
Michael
Diffstat (limited to 'src/reqs.h')
-rw-r--r--src/reqs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/reqs.h b/src/reqs.h
index bffd6ca..cf40e46 100644
--- a/src/reqs.h
+++ b/src/reqs.h
@@ -45,6 +45,5 @@ struct request_s {
extern void handle_connection (int fd);
extern void add_connect_port_allowed (int port);
-extern void upstream_add (const char *host, int port, const char *domain);
#endif