From 78a50fe04cdbe3c69abdef7d1f15c6d09cd21f15 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Thu, 14 Jan 2010 17:39:54 -0800 Subject: [PATCH] forgot to add void to test function --- test/regress_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/regress_http.c b/test/regress_http.c index 54f7a64c..dfe54b5d 100644 --- a/test/regress_http.c +++ b/test/regress_http.c @@ -734,7 +734,7 @@ static struct regress_dns_server_table search_table[] = { }; static void -http_connection_async_test() +http_connection_async_test(void) { short port = -1; struct evhttp_connection *evcon = NULL;