X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fclient_internal.h;h=294e003a165ce76048daabc25a3fd4920fc76ec5;hb=a818c5b5411bbc4436d1c5f011236985c96bb787;hp=32e7fdfb8db844d91bf1729eb2d3867ca557cf4d;hpb=63ce9e3eb1938cee8672fd914531cea4543bb79f;p=silc.git 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,