From 594bb9fc409c4a3014fc7cd9651154650f1173e1 Mon Sep 17 00:00:00 2001 From: LRN Date: Fri, 16 Aug 2013 04:08:19 +0000 Subject: Make exponential backoff test compile again --- src/arm/test_exponential_backoff.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/arm/test_exponential_backoff.c b/src/arm/test_exponential_backoff.c index 7d8d771a2..e218e1aae 100644 --- a/src/arm/test_exponential_backoff.c +++ b/src/arm/test_exponential_backoff.c @@ -64,6 +64,8 @@ static char *killLogFileName; #endif +typedef void (*GNUNET_CLIENT_ShutdownTask) (void *cls, int reason); + /** * Context for handling the shutdown of a service. */ -- cgit v1.2.3