updates.
[silc.git] / lib / silcclient / client_internal.h
index d8f049d245b51c4b81d603da0b7d7a717c452c77..a820e232bd14d79ea440a53621bf8b74de6b1a1d 100644 (file)
@@ -52,21 +52,11 @@ struct SilcClientAwayStruct {
   struct SilcClientAwayStruct *next;
 };
 
-/* Failure context. This is allocated when failure packet is received.
-   Failure packets are processed with timeout and data is saved in this
-   structure. */
-typedef struct {
-  SilcClient client;
-  SilcSocketConnection sock;
-  unsigned int failure;
-} SilcClientFailureContext;
-
 /* Protypes */
 
 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);
 
 #endif