aboutsummaryrefslogtreecommitdiff
path: root/src/util/resolver_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-16 16:03:20 +0000
commit16a6919a9f98ee9fa1fee9dd262906c321004a19 (patch)
treee09d4fe5191dc329b3e1b667f2914f8313bcba59 /src/util/resolver_api.c
parent4d7904c62bb867c44e90b8e9f7cdbb4b283abc44 (diff)
downloadgnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.tar.gz
gnunet-16a6919a9f98ee9fa1fee9dd262906c321004a19.zip
even nicer indentation, thanks to LRN's indent patch
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/**