X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcclient%2Fclient_internal.h;h=294e003a165ce76048daabc25a3fd4920fc76ec5;hp=32e7fdfb8db844d91bf1729eb2d3867ca557cf4d;hb=a818c5b5411bbc4436d1c5f011236985c96bb787;hpb=7910ce2a5c55211a4ea09a52832c6ed32c0b64fd diff --git a/lib/silcclient/client_internal.h b/lib/silcclient/client_internal.h index 32e7fdfb..294e003a 100644 --- a/lib/silcclient/client_internal.h +++ b/lib/silcclient/client_internal.h @@ -61,14 +61,14 @@ struct SilcClientInternalStruct { /* Table of connections in client. All the connection data is saved here. */ SilcClientConnection *conns; - uint32 conns_count; + SilcUInt32 conns_count; /* Table of listenning sockets in client. Client can have listeners (like key agreement protocol server) and those sockets are saved here. This table is checked always if the connection object cannot be found from the `conns' table. */ SilcSocketConnection *sockets; - uint32 sockets_count; + SilcUInt32 sockets_count; /* Registered commands */ SilcList commands; @@ -153,7 +153,7 @@ void silc_client_packet_send(SilcClient client, SilcCipher cipher, SilcHmac hmac, unsigned char *data, - uint32 data_len, + SilcUInt32 data_len, int force_send); void silc_client_disconnected_by_server(SilcClient client, SilcSocketConnection sock,