Integer type name change.
[silc.git] / lib / silcclient / protocol.h
index b74bd6f7b8e0f168c563b09ef89ab838aa2ee99b..9d93709210bd550ea29801218564d2c1b3ec225e 100644 (file)
@@ -68,7 +68,7 @@ typedef struct {
      starting the protocol if we know the authentication data. Otherwise
      these are and remain NULL. */
   unsigned char *auth_data;
-  uint32 auth_data_len;
+  SilcUInt32 auth_data_len;
 
   SilcTask timeout_task;
 } SilcClientConnAuthInternalContext;
@@ -93,7 +93,7 @@ void silc_client_protocol_ke_send_packet(SilcSKE ske,
                                         void *context);
 void silc_client_protocol_ke_verify_key(SilcSKE ske,
                                        unsigned char *pk_data,
-                                       uint32 pk_len,
+                                       SilcUInt32 pk_len,
                                        SilcSKEPKType pk_type,
                                        void *context,
                                        SilcSKEVerifyCbCompletion completion,
@@ -105,6 +105,7 @@ void silc_client_protocol_ke_set_keys(SilcSKE ske,
                                      SilcPKCS pkcs,
                                      SilcHash hash,
                                      SilcHmac hmac,
-                                     SilcSKEDiffieHellmanGroup group);
+                                     SilcSKEDiffieHellmanGroup group,
+                                     bool is_responder);
 
 #endif