updates.
[silc.git] / lib / silcclient / command_reply.h
index c681ee4b80ea69a8517019276ba76d13c021d8a4..2bd274baeaa26bceeba38f557052886a7463cfb9 100644 (file)
@@ -39,8 +39,9 @@ typedef struct {
   SilcPacketContext *packet;
 
   /* If defined this executes the pending command. */
-  void *context;
+  SilcClientPendingDestructor destructor;
   SilcCommandCb callback;
+  void *context;
   unsigned short ident;
 } *SilcClientCommandReplyContext;