mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 21:10:06 -04:00
r19634@catbus: nickm | 2008-05-07 16:10:37 -0400
the C syntax is fn(void), not fn(). svn:r784
This commit is contained in:
parent
68fecb7ab6
commit
f2d65f8a9c
@ -528,7 +528,7 @@ http_request_expect_error(struct evhttp_request *req, void *arg)
|
|||||||
|
|
||||||
/* test virtual hosts */
|
/* test virtual hosts */
|
||||||
static void
|
static void
|
||||||
http_virtual_host_test()
|
http_virtual_host_test(void)
|
||||||
{
|
{
|
||||||
short port = -1;
|
short port = -1;
|
||||||
struct evhttp_connection *evcon = NULL;
|
struct evhttp_connection *evcon = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user