added gnutls backend and moved backend code into new files
[ircu2.10.12-pk.git] / include / numnicks.h
index aca184a22470aa0720c0a65f1c2917b2eb4dcf67..c6e42699d4676a8fef9d42438196b763d5f5952e 100644 (file)
@@ -84,7 +84,7 @@ extern struct Client* FindNServer(const char* numeric);
 
 extern unsigned int   base64toint(const char* str);
 extern const char*    inttobase64(char* buf, unsigned int v, unsigned int count);
-extern const char* iptobase64(char* buf, const struct irc_in_addr* addr, unsigned int count);
+extern const char* iptobase64(char* buf, const struct irc_in_addr* addr, unsigned int count, int v6_ok);
 extern void base64toip(const char* s, struct irc_in_addr* addr);
 
 #endif /* INCLUDED_numnicks_h */