updates.
[silc.git] / lib / silcclient / client_internal.h
index 5232ec379c82c3c7e636d1dc33afe3a832b82a0c..dadf8f728b28f49560bf00954d25a42bae5a184f 100644 (file)
@@ -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