aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/peerinfo_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/peerinfo_api.c')
-rw-r--r--src/peerinfo/peerinfo_api.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/peerinfo/peerinfo_api.c b/src/peerinfo/peerinfo_api.c
index 4febf2eeb..d1af01405 100644
--- a/src/peerinfo/peerinfo_api.c
+++ b/src/peerinfo/peerinfo_api.c
@@ -188,7 +188,8 @@ GNUNET_PEERINFO_disconnect (struct GNUNET_PEERINFO_Handle *h)
188 * 188 *
189 * @param h handle to the service 189 * @param h handle to the service
190 */ 190 */
191static void trigger_transmit (struct GNUNET_PEERINFO_Handle *h); 191static void
192trigger_transmit (struct GNUNET_PEERINFO_Handle *h);
192 193
193 194
194/** 195/**
@@ -196,7 +197,8 @@ static void trigger_transmit (struct GNUNET_PEERINFO_Handle *h);
196 * 197 *
197 * @param h handle to the service 198 * @param h handle to the service
198 */ 199 */
199static void reconnect (struct GNUNET_PEERINFO_Handle *h); 200static void
201reconnect (struct GNUNET_PEERINFO_Handle *h);
200 202
201/** 203/**
202 * Task scheduled to re-try connecting to the peerinfo service. 204 * Task scheduled to re-try connecting to the peerinfo service.