]> granicus.if.org Git - libevent/commitdiff
forgot to add void to test function
authorNiels Provos <provos@gmail.com>
Fri, 15 Jan 2010 01:39:54 +0000 (17:39 -0800)
committerNiels Provos <provos@gmail.com>
Fri, 15 Jan 2010 01:39:54 +0000 (17:39 -0800)
test/regress_http.c

index 54f7a64ca17e3385af116d259f0cd055d996c37d..dfe54b5d4ea8a0d3d2e265f850d4e0f3a2b8c861 100644 (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;