Integer type name change.
[silc.git] / apps / silcd / command_reply.h
index 97222f34193b5c1c689bd066abc2b8abe2b56f4b..37dc113879e9992521296e3337539d010608a006 100644 (file)
@@ -47,8 +47,8 @@ typedef struct {
 
   /* If defined this executes the pending command. */
   SilcServerCommandPendingCallbacks callbacks;
-  uint32 callbacks_count;
-  uint16 ident;
+  SilcUInt32 callbacks_count;
+  SilcUInt16 ident;
 } *SilcServerCommandReplyContext;
 
 /* Macros */