X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fclient_notify.c;h=47fd25b5328c0ad7d29fff810592f832ac0e1faa;hb=72cfa31520ebc0058763a30e21c13f6e9a964aa0;hp=14b3b591f053c83c7a190fcf3155b3f84fb399a9;hpb=2be0be2432fff760084c4093291e79f1fa6262d8;p=silc.git diff --git a/lib/silcclient/client_notify.c b/lib/silcclient/client_notify.c index 14b3b591..47fd25b5 100644 --- a/lib/silcclient/client_notify.c +++ b/lib/silcclient/client_notify.c @@ -84,7 +84,7 @@ void silc_client_notify_by_server(SilcClient client, SilcChannelUser chu; SilcIDCacheEntry id_cache = NULL; unsigned char *tmp; - unsigned int tmp_len, mode; + uint32 tmp_len, mode; payload = silc_notify_payload_parse(buffer); if (!payload) @@ -718,7 +718,7 @@ void silc_client_notify_by_server(SilcClient client, * from channels as they quit as well. */ SilcClientEntry *clients = NULL; - unsigned int clients_count = 0; + uint32 clients_count = 0; int i; for (i = 1; i < silc_argument_get_arg_num(args); i++) {