summaryrefslogtreecommitdiffhomepage
path: root/src/reqs.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-12-06 23:50:15 +0100
committerMichael Adam <obnox@samba.org>2009-12-07 00:22:52 +0100
commitc981b246ce2b0b9c3cee5878d0cbefffb8fc2370 (patch)
treebd9e3533d5a19461432efc3760c0ccf824969764 /src/reqs.h
parent8cb182e1b873fde40db6e4258ee23b05f956f397 (diff)
Move handling of connect_ports list to its own source module.
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 cf40e46..73dd030 100644
--- a/src/reqs.h
+++ b/src/reqs.h
@@ -44,6 +44,5 @@ struct request_s {
};
extern void handle_connection (int fd);
-extern void add_connect_port_allowed (int port);
#endif