MinGW tweak: ISO C++ forbids declaration of `requestAddressChangeEvents' with no type. 



git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3332 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/win/rfb_win32/SocketManager.cxx b/win/rfb_win32/SocketManager.cxx
index 1d52bc8..b33d165 100644
--- a/win/rfb_win32/SocketManager.cxx
+++ b/win/rfb_win32/SocketManager.cxx
@@ -38,7 +38,7 @@
 }
 
 
-static requestAddressChangeEvents(network::SocketListener* sock_) {
+static void requestAddressChangeEvents(network::SocketListener* sock_) {
   DWORD dummy = 0;
   if (WSAIoctl(sock_->getFd(), SIO_ADDRESS_LIST_CHANGE, 0, 0, 0, 0, &dummy, 0, 0) == SOCKET_ERROR) {
     DWORD err = WSAGetLastError();