X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fs_bsd.h;h=acb24b7c6828b12855e35930cf2bfa6e22f21fe9;hb=7fbfc390d32f9acc3192d011b813f66f35370faa;hp=8b2231dcd3c3a121741d6c267eb4acc6ae61f5bf;hpb=451a8eb6a969eae7e5f7f0d1b565ea96c6b160f1;p=ircu2.10.12-pk.git diff --git a/include/s_bsd.h b/include/s_bsd.h index 8b2231d..acb24b7 100644 --- a/include/s_bsd.h +++ b/include/s_bsd.h @@ -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);