netcfgx/tests: Make create_configuration() static.

This commit is contained in:
Francois Gouget 2014-03-31 11:26:04 +02:00 committed by Alexandre Julliard
parent 1eb2e8b3e1
commit 16b94cdd23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#include "netcfgx.h"
#include "wine/test.h"
void create_configuration(void)
static void create_configuration(void)
{
static const WCHAR tcpipW[] = {'M','S','_','T','C','P','I','P',0};
static const WCHAR myclient[] = {'M','Y',' ','C','L','I','E','N','T',0};