X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcclient%2Fcommand_reply.h;h=6fd03ff9f025ca092252c93092ab5e37f3a3618e;hb=8ceff2f9e9d065106b1e0490b2a82d76394647c7;hp=33c412ca485e9c1dd5fd68e8c0452398095e20b3;hpb=6394d86063413bc1c473723f3ef971840195bcd3;p=silc.git diff --git a/lib/silcclient/command_reply.h b/lib/silcclient/command_reply.h index 33c412ca..6fd03ff9 100644 --- a/lib/silcclient/command_reply.h +++ b/lib/silcclient/command_reply.h @@ -35,7 +35,6 @@ typedef struct { SilcPacketContext *packet; /* If defined this executes the pending command. */ - SilcClientPendingDestructor destructor; SilcCommandCb callback; void *context; uint16 ident; @@ -55,7 +54,7 @@ typedef struct { /* Status messages returned by the server */ #define STAT(x) SILC_STATUS_ERR_##x -extern const SilcCommandStatusMessage silc_command_status_messages[]; +DLLAPI extern const SilcCommandStatusMessage silc_command_status_messages[]; /* Prototypes */