From b855b364c2d576d404a01ed45700cad41d1dae82 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 24 Feb 2011 12:53:12 +0000 Subject: [PATCH] fix --- src/include/gnunet_server_lib.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/include/gnunet_server_lib.h b/src/include/gnunet_server_lib.h index 6f671754d..a0097589b 100644 --- a/src/include/gnunet_server_lib.h +++ b/src/include/gnunet_server_lib.h @@ -38,7 +38,6 @@ extern "C" #include "gnunet_common.h" #include "gnunet_connection_lib.h" -#include "gnunet_scheduler_lib.h" /** @@ -455,7 +454,7 @@ struct GNUNET_SERVER_NotificationContext; * @param server server for which this function creates the context * @param queue_length maximum number of messages to keep in * the notification queue; optional messages are dropped - * it the queue gets longer than this number of messages + * if the queue gets longer than this number of messages * @return handle to the notification context */ struct GNUNET_SERVER_NotificationContext * -- 2.25.1