X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilc%2Flocal_command.c;h=db1f9c6dc2a98dafb6d4c6e271d3fa359e80686d;hb=72cfa31520ebc0058763a30e21c13f6e9a964aa0;hp=79aa0f04ed64dbfa2fa942cd9ad76753ce42c121;hpb=2be0be2432fff760084c4093291e79f1fa6262d8;p=silc.git diff --git a/apps/silc/local_command.c b/apps/silc/local_command.c index 79aa0f04..db1f9c6d 100644 --- a/apps/silc/local_command.c +++ b/apps/silc/local_command.c @@ -98,7 +98,7 @@ SILC_CLIENT_LCMD_FUNC(msg) SilcClientConnection conn = cmd->conn; SilcClient client = cmd->client; SilcClientEntry client_entry = NULL; - unsigned int num = 0; + uint32 num = 0; char *nickname = NULL, *server = NULL; if (!cmd->conn) { @@ -357,7 +357,7 @@ SILC_CLIENT_LCMD_FUNC(key) SilcClient client = cmd->client; SilcClientEntry client_entry = NULL; SilcChannelEntry channel_entry = NULL; - unsigned int num = 0; + uint32 num = 0; char *nickname = NULL, *server = NULL; int command = 0, port = 0, type = 0; char *hostname = NULL; @@ -506,7 +506,7 @@ SILC_CLIENT_LCMD_FUNC(key) } else if (type == 2) { /* Unset channel key(s) */ SilcChannelPrivateKey *keys; - unsigned int keys_count; + uint32 keys_count; int number; if (cmd->argc == 4) @@ -540,7 +540,7 @@ SILC_CLIENT_LCMD_FUNC(key) if (type == 1) { SilcPrivateMessageKeys keys; - unsigned int keys_count; + uint32 keys_count; int k, i, len; char buf[1024]; @@ -615,7 +615,7 @@ SILC_CLIENT_LCMD_FUNC(key) silc_client_free_private_message_keys(keys, keys_count); } else if (type == 2) { SilcChannelPrivateKey *keys; - unsigned int keys_count; + uint32 keys_count; int k, i, len; char buf[1024];