aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/hostlist-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/hostlist-server.c')
-rw-r--r--src/hostlist/hostlist-server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hostlist/hostlist-server.c b/src/hostlist/hostlist-server.c
index e48b6a4ac..bfe0b4b0e 100644
--- a/src/hostlist/hostlist-server.c
+++ b/src/hostlist/hostlist-server.c
@@ -448,8 +448,8 @@ process_notify (void *cls, const struct GNUNET_PeerIdentity *peer,
448 * Function that queries MHD's select sets and 448 * Function that queries MHD's select sets and
449 * starts the task waiting for them. 449 * starts the task waiting for them.
450 */ 450 */
451static GNUNET_SCHEDULER_TaskIdentifier prepare_daemon (struct MHD_Daemon 451static GNUNET_SCHEDULER_TaskIdentifier
452 *daemon_handle); 452prepare_daemon (struct MHD_Daemon *daemon_handle);
453 453
454 454
455/** 455/**