From 120433e95422ae01d831fd0b8754253bcf9b54de Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 10 Nov 2011 15:09:58 +0000 Subject: [PATCH] static --- src/util/scheduler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/scheduler.c b/src/util/scheduler.c index 82b888fec..7254b1700 100644 --- a/src/util/scheduler.c +++ b/src/util/scheduler.c @@ -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) { -- 2.25.1