static
authorChristian Grothoff <christian@grothoff.org>
Thu, 10 Nov 2011 15:09:58 +0000 (15:09 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 10 Nov 2011 15:09:58 +0000 (15:09 +0000)
src/util/scheduler.c

index 82b888fec63e17e658265f37823784807ba88381..7254b1700548f6c10029606b89dcc0437afe9522 100644 (file)
@@ -1308,7 +1308,7 @@ GNUNET_SCHEDULER_add_now_with_lifeness (int lifeness,
  *         only valid until "task" is started!
  */
 #ifndef MINGW
-GNUNET_SCHEDULER_TaskIdentifier
+static GNUNET_SCHEDULER_TaskIdentifier
 add_without_sets (struct GNUNET_TIME_Relative delay, int rfd, int wfd,
                   GNUNET_SCHEDULER_Task task, void *task_cls)
 {