updates.
[silc.git] / lib / silcclient / command_reply.h
index 6fd03ff9f025ca092252c93092ab5e37f3a3618e..63a09e0c0f47e6e40c329444b47dc8081ab99be4 100644 (file)
@@ -27,7 +27,7 @@ typedef struct {
 } SilcClientCommandReply;
 
 /* Context sent as argument to all command reply functions */
-typedef struct {
+struct SilcClientCommandReplyContextStruct {
   SilcClient client;
   SilcSocketConnection sock;
   SilcCommandPayload payload;
@@ -38,7 +38,7 @@ typedef struct {
   SilcCommandCb callback;
   void *context;
   uint16 ident;
-} *SilcClientCommandReplyContext;
+};
 
 /* Macros */