Integer type name change.
[silc.git] / lib / silcutil / unix / silcunixschedule.c
index 78a366a04c6baf3c54d76aaeab7767ae4b898a4c..2449445b1ceffb949ecdfdf9ac1f7a1b175c2c83 100644 (file)
@@ -24,7 +24,7 @@
 
 /* Calls normal select() system call. */
 
-int silc_select(SilcScheduleFd fds, uint32 fds_count, struct timeval *timeout)
+int silc_select(SilcScheduleFd fds, SilcUInt32 fds_count, struct timeval *timeout)
 {
   fd_set in, out;
   int ret, i, max_fd = 0;