X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcapputil%2Fsilcapputil.h;h=f4858d2ad6c31ef8d70a101a560989b28714c5d3;hb=1198c9d26848e2613d6080b4a1b3471379b699e8;hp=31964a46a0701eaddffa9073640fb08e86511336;hpb=3c9b950049601eef814222c501114d6f2865b926;p=silc.git diff --git a/lib/silcapputil/silcapputil.h b/lib/silcapputil/silcapputil.h index 31964a46..f4858d2a 100644 --- a/lib/silcapputil/silcapputil.h +++ b/lib/silcapputil/silcapputil.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2002 - 2006 Pekka Riikonen + Copyright (C) 2002 - 2007 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -289,10 +289,10 @@ unsigned char *silc_channel_name_check(const unsigned char *identifier, * SYNOPSIS * * SilcBool - * silc_channel_name_check(const unsigned char *identifier, - * SilcUInt32 identifier_len, - * SilcStringEncoding identifier_encoding, - * SilcUInt32 max_allowed_length); + * silc_channel_name_veirfy(const unsigned char *identifier, + * SilcUInt32 identifier_len, + * SilcStringEncoding identifier_encoding, + * SilcUInt32 max_allowed_length); * * DESCRIPTION *