bool -> SilcBool.
[silc.git] / lib / silcclient / protocol.h
index 019fa37adbc5af7364bacec5e30b73021c389b2a..246a3cd8cabc6b15c7521dafdab9e49d4f105c37 100644 (file)
@@ -78,8 +78,8 @@ typedef struct {
   void *client;
   void *context;
   SilcSocketConnection sock;
-  bool responder;                  /* TRUE if we are receiving party */
-  bool pfs;                        /* TRUE if PFS is to be used */
+  SilcBool responder;              /* TRUE if we are receiving party */
+  SilcBool pfs;                            /* TRUE if PFS is to be used */
   SilcSKE ske;                     /* Defined if PFS is used */
   SilcPacketContext *packet;
 } SilcClientRekeyInternalContext;
@@ -106,6 +106,6 @@ void silc_client_protocol_ke_set_keys(SilcSKE ske,
                                      SilcHash hash,
                                      SilcHmac hmac,
                                      SilcSKEDiffieHellmanGroup group,
-                                     bool is_responder);
+                                     SilcBool is_responder);
 
 #endif