summaryrefslogtreecommitdiff
path: root/sal/osl/w32/socket.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/w32/socket.cxx')
-rw-r--r--sal/osl/w32/socket.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/w32/socket.cxx b/sal/osl/w32/socket.cxx
index 5ec52cf98be5..0b98b3facc4d 100644
--- a/sal/osl/w32/socket.cxx
+++ b/sal/osl/w32/socket.cxx
@@ -269,7 +269,7 @@ static oslSocketDialupImpl *pDialupImpl = NULL;
/*
* __osl_createSocketDialupImpl.
*/
-static oslSocketDialupImpl* __osl_createSocketDialupImpl (void)
+static oslSocketDialupImpl* __osl_createSocketDialupImpl()
{
oslSocketDialupImpl *pImpl;
pImpl = (oslSocketDialupImpl*)rtl_allocateZeroMemory( sizeof (oslSocketDialupImpl));
@@ -343,7 +343,7 @@ static void __osl_destroySocketDialupImpl (oslSocketDialupImpl *pImpl)
/*
* __osl_querySocketDialupImpl.
*/
-static sal_Bool __osl_querySocketDialupImpl (void)
+static sal_Bool __osl_querySocketDialupImpl()
{
sal_Bool result;
@@ -371,7 +371,7 @@ static sal_Bool __osl_querySocketDialupImpl (void)
/*
* __osl_attemptSocketDialupImpl.
*/
-static sal_Bool __osl_attemptSocketDialupImpl (void)
+static sal_Bool __osl_attemptSocketDialupImpl()
{
sal_Bool result;