Author: Bleep <tomh@inxpress.net>
[ircu2.10.12-pk.git] / include / s_bsd.h
index f7aae6e765cbba54612342859329d65a43b3c5f2..3b39f16ed6099b919292f13e1ac527f372d07a6f 100644 (file)
@@ -76,7 +76,7 @@ struct Pollable {
 /*
  * Proto types
  */
-extern size_t deliver_it(struct Client *cptr, const char *str, size_t len);
+extern unsigned int deliver_it(struct Client *cptr, const char *str, unsigned int len);
 extern int connect_server(struct ConfItem* aconf, struct Client* by,
                           struct DNSReply* reply);
 extern void release_dns_reply(struct Client* cptr);