X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcstrutil.h;h=23451d50c3ab86aaf59597a585f27b6967b93d7b;hb=c27a4ecc3e616e8a5ee09b8ca888ed6ff3e501f7;hp=43ad42fbd498ee5502fbdfc91e97365fc3c3fad3;hpb=f60ca1494b58b5b2340e1780adf7422eacf5fed1;p=silc.git diff --git a/lib/silcutil/silcstrutil.h b/lib/silcutil/silcstrutil.h index 43ad42fb..23451d50 100644 --- a/lib/silcutil/silcstrutil.h +++ b/lib/silcutil/silcstrutil.h @@ -115,7 +115,7 @@ unsigned char *silc_pem_decode(unsigned char *pem, SilcUInt32 pem_len, * * SYNOPSIS * - * bool + * SilcBool * silc_mime_parse(const unsigned char *mime, SilcUInt32 mime_len, * char *version, SilcUInt32 version_size, * char *content_type, SilcUInt32 content_type_size, @@ -143,7 +143,7 @@ unsigned char *silc_pem_decode(unsigned char *pem, SilcUInt32 pem_len, * NULL terminating the buffers it provides. * ***/ -bool +SilcBool silc_mime_parse(const unsigned char *mime, SilcUInt32 mime_len, char *version, SilcUInt32 version_size, char *content_type, SilcUInt32 content_type_size, @@ -217,7 +217,7 @@ unsigned char *silc_identifier_check(const unsigned char *identifier, * * SYNOPSIS * - * bool + * SilcBool * silc_identifier_check(const unsigned char *identifier, * SilcUInt32 identifier_len, * SilcStringEncoding identifier_encoding, @@ -240,7 +240,7 @@ unsigned char *silc_identifier_check(const unsigned char *identifier, * Returns TRUE if the string is valid and FALSE if it is prohibited. * ***/ -bool silc_identifier_verify(const unsigned char *identifier, +SilcBool silc_identifier_verify(const unsigned char *identifier, SilcUInt32 identifier_len, SilcStringEncoding identifier_encoding, SilcUInt32 max_allowed_length); @@ -291,7 +291,7 @@ unsigned char *silc_channel_name_check(const unsigned char *identifier, * * SYNOPSIS * - * bool + * SilcBool * silc_channel_name_check(const unsigned char *identifier, * SilcUInt32 identifier_len, * SilcStringEncoding identifier_encoding, @@ -310,7 +310,7 @@ unsigned char *silc_channel_name_check(const unsigned char *identifier, * Returns TRUE if the string is valid and FALSE if it is prohibited. * ***/ -bool silc_channel_name_verify(const unsigned char *identifier, +SilcBool silc_channel_name_verify(const unsigned char *identifier, SilcUInt32 identifier_len, SilcStringEncoding identifier_encoding, SilcUInt32 max_allowed_length);