added basic ssl support to ircu
[ircu2.10.12-pk.git] / include / s_bsd.h
index 8b2231dcd3c3a121741d6c267eb4acc6ae61f5bf..acb24b7c6828b12855e35930cf2bfa6e22f21fe9 100644 (file)
@@ -59,6 +59,7 @@ extern struct irc_sockaddr VirtualHost_dns_v6;
 /*
  * Proto types
  */
+extern int completed_connection(struct Client* cptr);
 extern unsigned int deliver_it(struct Client *cptr, struct MsgQ *buf);
 extern int connect_server(struct ConfItem* aconf, struct Client* by);
 extern int  net_close_unregistered_connections(struct Client* source);