Removed resolver cache, cleanup client code
[ircu2.10.12-pk.git] / include / s_bsd.h
index 5952d480a411e38a59b8d22430ea92a700a6da9e..289c5ecfb2946af59b3e5b0c55097cd613b50a08 100644 (file)
@@ -17,7 +17,6 @@
 struct Client;
 struct ConfItem;
 struct Listener;
-struct DNSReply;
 struct MsgQ;
 
 /*
@@ -79,8 +78,7 @@ struct Pollable {
  * Proto types
  */
 extern unsigned int deliver_it(struct Client *cptr, struct MsgQ *buf);
-extern int connect_server(struct ConfItem* aconf, struct Client* by,
-                          struct DNSReply* reply);
+extern int connect_server(struct ConfItem* aconf, struct Client* by);
 extern void release_dns_reply(struct Client* cptr);
 extern int  net_close_unregistered_connections(struct Client* source);
 extern void close_connection(struct Client *cptr);