X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcclient%2Fclient_internal.h;h=a820e232bd14d79ea440a53621bf8b74de6b1a1d;hp=d8f049d245b51c4b81d603da0b7d7a717c452c77;hb=e5d8d3db6caa344b3d419b884556c21b15e7d123;hpb=3ef234937ec402fb77006783624375ef61ffa65d diff --git a/lib/silcclient/client_internal.h b/lib/silcclient/client_internal.h index d8f049d2..a820e232 100644 --- a/lib/silcclient/client_internal.h +++ b/lib/silcclient/client_internal.h @@ -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