aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/hostlist-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/hostlist-client.c')
-rw-r--r--src/hostlist/hostlist-client.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/hostlist/hostlist-client.c b/src/hostlist/hostlist-client.c
index c049dceea..f6a47f4d9 100644
--- a/src/hostlist/hostlist-client.c
+++ b/src/hostlist/hostlist-client.c
@@ -476,7 +476,8 @@ download_get_url ()
476 * Method to save hostlist to a file during hostlist client shutdown 476 * Method to save hostlist to a file during hostlist client shutdown
477 * @param shutdown set if called because of shutdown, entries in linked list will be destroyed 477 * @param shutdown set if called because of shutdown, entries in linked list will be destroyed
478 */ 478 */
479static void save_hostlist_file (int shutdown); 479static void
480save_hostlist_file (int shutdown);
480 481
481 482
482/** 483/**
@@ -708,8 +709,8 @@ clean_up ()
708 * @param cls closure, unused 709 * @param cls closure, unused
709 * @param tc task context, unused 710 * @param tc task context, unused
710 */ 711 */
711static void task_download (void *cls, 712static void
712 const struct GNUNET_SCHEDULER_TaskContext *tc); 713task_download (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc);
713 714
714 715
715/** 716/**