forgot to add void to test function

This commit is contained in:
Niels Provos 2010-01-14 17:39:54 -08:00
parent 26714ca19f
commit 78a50fe04c

View File

@ -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;