Integer type name change.
[silc.git] / lib / silcclient / command_reply.h
index 63a09e0c0f47e6e40c329444b47dc8081ab99be4..4e5cdbee8178e133c15d7940dfd7c73306bedb3e 100644 (file)
@@ -37,7 +37,7 @@ struct SilcClientCommandReplyContextStruct {
   /* If defined this executes the pending command. */
   SilcCommandCb callback;
   void *context;
-  uint16 ident;
+  SilcUInt16 ident;
 };
 
 /* Macros */