Added new SILC_STATUS_ERR_TIMEDOUT status type.
[silc.git] / lib / silcutil / win32 / silcwin32schedule.c
index e6aa6c9d04023df98dd58579359f8e755d11acbb..22445aef9bb1cbe5b869c0e1d58c1a49571627a4 100644 (file)
@@ -193,7 +193,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 *app_context)
 {
 #ifdef SILC_THREADS
   SilcWin32Wakeup wakeup;