aboutsummaryrefslogtreecommitdiff
path: root/src/util/resolver_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/resolver_api.c')
-rw-r--r--src/util/resolver_api.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/util/resolver_api.c b/src/util/resolver_api.c
index 3aa8bff9c..3607ce67f 100644
--- a/src/util/resolver_api.c
+++ b/src/util/resolver_api.c
@@ -318,7 +318,8 @@ no_resolve (const struct sockaddr *sa, socklen_t salen)
318/** 318/**
319 * Adjust exponential back-off and reconnect to the service. 319 * Adjust exponential back-off and reconnect to the service.
320 */ 320 */
321static void reconnect (); 321static void
322reconnect ();
322 323
323 324
324/** 325/**
@@ -326,7 +327,8 @@ static void reconnect ();
326 * 327 *
327 * @param h handle to the resolver 328 * @param h handle to the resolver
328 */ 329 */
329static void process_requests (); 330static void
331process_requests ();
330 332
331 333
332/** 334/**