updates.
[silc.git] / lib / silcclient / client_internal.h
index d8f049d245b51c4b81d603da0b7d7a717c452c77..dadf8f728b28f49560bf00954d25a42bae5a184f 100644 (file)
@@ -58,7 +58,7 @@ struct SilcClientAwayStruct {
 typedef struct {
   SilcClient client;
   SilcSocketConnection sock;
-  unsigned int failure;
+  uint32 failure;
 } SilcClientFailureContext;
 
 /* Protypes */
@@ -67,6 +67,7 @@ SILC_TASK_CALLBACK_GLOBAL(silc_client_packet_process);
 SILC_TASK_CALLBACK_GLOBAL(silc_client_failure_callback);
 int silc_client_packet_send_real(SilcClient client,
                                 SilcSocketConnection sock,
-                                int force_send);
+                                bool force_send,
+                                bool flush);
 
 #endif