Merged silc_1_0_branch to trunk.
[silc.git] / lib / silcutil / silcschedule_i.h
index b3a2c92474ad4937e9acd8229183441fbca256d8..88a15a95733dd8327c597af08d07df3aa6ce0100 100644 (file)
@@ -4,12 +4,11 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 2001 Pekka Riikonen
+  Copyright (C) 2001 - 2005 Pekka Riikonen
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 2 of the License, or
-  (at your option) any later version.
+  the Free Software Foundation; version 2 of the License.
   
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 /* Schedule FD structure. Includes the file descriptors that the scheduler
    will listen. This is given as argument to the silc_select function. */
 typedef struct {
-  uint32 fd;                   /* The file descriptor (or handle on WIN32) */
-  uint16 events;               /* Mask of task events, if events is 0 then
+  SilcUInt32 fd;                       /* The file descriptor (or handle on WIN32) */
+  SilcUInt16 events;           /* Mask of task events, if events is 0 then
                                   the fd must be omitted. */
-  uint16 revents;              /* Returned events mask */
+  SilcUInt16 revents;          /* Returned events mask */
 } *SilcScheduleFd;
 
 #endif