Added SILC Thread Queue API
[silc.git] / lib / silcutil / os2 / silcos2schedule.c
index 53904de47fc0290389d153e3b0a40a895b7b2f64..4cec5864644a3271c6da4261a25cb5097cf1e91b 100644 (file)
@@ -20,7 +20,7 @@
 
 /* XXX TODO */
 
-#include "silcincludes.h"
+#include "silc.h"
 #include "silcschedule_i.h"
 
 /* Calls normal select() system call. */
@@ -86,7 +86,7 @@ SILC_TASK_CALLBACK(silc_schedule_wakeup_cb)
    the scheduler needs to be wakenup when tasks are added or removed from
    the task queues.  Returns context to the platform specific scheduler. */
 
-void *silc_schedule_internal_init(SilcSchedule schedule)
+void *silc_schedule_internal_init(SilcSchedule schedule, void *context)
 {
 #ifdef SILC_THREADS
   return NULL;