Francois Gouget : netcfgx/tests: Make create_configuration() static.

Alexandre Julliard julliard at winehq.org
Mon Mar 31 13:32:43 CDT 2014


Module: wine
Branch: master
Commit: 16b94cdd23e90c88fea2621d90bbd88ac5ec33d9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=16b94cdd23e90c88fea2621d90bbd88ac5ec33d9

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Mar 31 11:26:04 2014 +0200

netcfgx/tests: Make create_configuration() static.

---

 dlls/netcfgx/tests/netcfgx.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/netcfgx/tests/netcfgx.c b/dlls/netcfgx/tests/netcfgx.c
index 2a9f0eb..084f8cd 100644
--- a/dlls/netcfgx/tests/netcfgx.c
+++ b/dlls/netcfgx/tests/netcfgx.c
@@ -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};




More information about the wine-cvs mailing list