aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns.c')
-rw-r--r--src/gns/gnunet-gns.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gns/gnunet-gns.c b/src/gns/gnunet-gns.c
index 510e46d14..c3ba0a1f8 100644
--- a/src/gns/gnunet-gns.c
+++ b/src/gns/gnunet-gns.c
@@ -110,6 +110,7 @@ do_shutdown (void *cls)
110 } 110 }
111} 111}
112 112
113
113/** 114/**
114 * Task to run on timeout 115 * Task to run on timeout
115 * 116 *
@@ -123,6 +124,7 @@ do_timeout (void*cls)
123 GNUNET_SCHEDULER_shutdown (); 124 GNUNET_SCHEDULER_shutdown ();
124} 125}
125 126
127
126/** 128/**
127 * Function called with the result of a GNS lookup. 129 * Function called with the result of a GNS lookup.
128 * 130 *
@@ -319,4 +321,5 @@ main (int argc, char *const *argv)
319 return global_ret; 321 return global_ret;
320} 322}
321 323
324
322/* end of gnunet-gns.c */ 325/* end of gnunet-gns.c */