Integer type name change.
[silc.git] / apps / irssi / src / silc / core / silc-core.c
index dca5302248c346e316963bb2dc5d81cbcdac8141..80dc21431eac327eb5355a883b5bc8b1729a11ad 100644 (file)
@@ -53,7 +53,7 @@ extern bool silc_debug_hexdump;
 #ifdef SILC_SIM
 /* SIM (SILC Module) table */
 SilcSimContext **sims = NULL;
-uint32 sims_count = 0;
+SilcUInt32 sims_count = 0;
 #endif
 
 static int my_silc_scheduler(void)