From: Christian Grothoff Date: Thu, 10 Nov 2011 15:09:58 +0000 (+0000) Subject: static X-Git-Tag: initial-import-from-subversion-38251~15967 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=120433e95422ae01d831fd0b8754253bcf9b54de;p=oweals%2Fgnunet.git static --- 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) {