Kaydet (Commit) b1f9d48e authored tarafından David Tardon's avatar David Tardon

WaE: function declared 'static' but never defined

üst a60f2238
...@@ -89,13 +89,6 @@ typedef struct osl_socket_dialup_impl_st ...@@ -89,13 +89,6 @@ typedef struct osl_socket_dialup_impl_st
DWORD m_dwFlags; DWORD m_dwFlags;
} oslSocketDialupImpl; } oslSocketDialupImpl;
static oslSocketDialupImpl* __osl_createSocketDialupImpl (void);
static void __osl_initSocketDialupImpl (oslSocketDialupImpl *pImpl);
static void __osl_destroySocketDialupImpl (oslSocketDialupImpl *pImpl);
static sal_Bool __osl_querySocketDialupImpl (void);
static sal_Bool __osl_attemptSocketDialupImpl (void);
/*****************************************************************************/ /*****************************************************************************/
/* The End */ /* The End */
/*****************************************************************************/ /*****************************************************************************/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment