diff options
Diffstat (limited to 'src/testing/test_testing_reconnect.c')
-rw-r--r-- | src/testing/test_testing_reconnect.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testing/test_testing_reconnect.c b/src/testing/test_testing_reconnect.c index 480bafdc66..69b8713030 100644 --- a/src/testing/test_testing_reconnect.c +++ b/src/testing/test_testing_reconnect.c @@ -54,7 +54,8 @@ static int phase; * Run the next phase of starting daemons, connecting them and * stopping them again. */ -static void run_phase (); +static void +run_phase (); static void end2_cb (void *cls, const char *emsg) |