X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fnumnicks.h;h=c6e42699d4676a8fef9d42438196b763d5f5952e;hb=refs%2Fheads%2Fupstream-ssl;hp=2f7904b7d93af4dceb3296c6fc99e8a172995e20;hpb=d3ebaa76f6221959f6961b9c2d15284cd9e04a7c;p=ircu2.10.12-pk.git diff --git a/include/numnicks.h b/include/numnicks.h index 2f7904b..c6e4269 100644 --- a/include/numnicks.h +++ b/include/numnicks.h @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* @file +/** @file * @brief Interface for numeric nickname functions. * @version $Id$ */ @@ -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 */