diff options
author | Michael Adam <obnox@samba.org> | 2009-12-06 23:50:15 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-07 00:22:52 +0100 |
commit | c981b246ce2b0b9c3cee5878d0cbefffb8fc2370 (patch) | |
tree | bd9e3533d5a19461432efc3760c0ccf824969764 /src/reqs.h | |
parent | 8cb182e1b873fde40db6e4258ee23b05f956f397 (diff) |
Move handling of connect_ports list to its own source module.
Michael
Diffstat (limited to 'src/reqs.h')
-rw-r--r-- | src/reqs.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -44,6 +44,5 @@ struct request_s { }; extern void handle_connection (int fd); -extern void add_connect_port_allowed (int port); #endif |