From 345b8d0e268492db4af07bf41450e5bef3150457 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 11 Sep 2014 12:29:30 +0200 Subject: [PATCH] dpnet/tests: Make test_lobbyclient() static. --- dlls/dpnet/tests/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/dpnet/tests/client.c b/dlls/dpnet/tests/client.c index 7f10439cd1c..253526adec3 100644 --- a/dlls/dpnet/tests/client.c +++ b/dlls/dpnet/tests/client.c @@ -211,7 +211,7 @@ static void test_get_sp_caps(void) "expected 0x10000, got 0x%x\n", caps.dwSystemBufferSize); } -void test_lobbyclient(void) +static void test_lobbyclient(void) { HRESULT hr; IDirectPlay8LobbyClient *client = NULL;