X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fclient_internal.h;h=53b03ab2f475cfe39cae74a76c4404b8bdea6c90;hb=7442402559fc951743360779cede89e0efcb63bf;hp=dadf8f728b28f49560bf00954d25a42bae5a184f;hpb=01ffee11d0a5ad7c35c34908035a1713ecfca506;p=silc.git diff --git a/lib/silcclient/client_internal.h b/lib/silcclient/client_internal.h index dadf8f72..53b03ab2 100644 --- a/lib/silcclient/client_internal.h +++ b/lib/silcclient/client_internal.h @@ -52,19 +52,9 @@ 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; - uint32 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, bool force_send,