Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2007-11-11 08:15:11 +0300
committerEion Robb <eion@robbmob.com>2007-11-11 08:15:11 +0300
commit87550e8f782aa7519b829dfe356a2a59b2b6c53d (patch)
treea5b81de1a006c2114147ecc4d81df7796dd90c60 /skype_messaging_win32.c
parent73d70a7995bc5c7b1a913c5fec7f84b8c2e621d1 (diff)
Removed some compiler warnings
Diffstat (limited to 'skype_messaging_win32.c')
-rw-r--r--skype_messaging_win32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/skype_messaging_win32.c b/skype_messaging_win32.c
index 429457f..7f11fec 100644
--- a/skype_messaging_win32.c
+++ b/skype_messaging_win32.c
@@ -5,7 +5,7 @@
static LRESULT APIENTRY Skype_WindowProc(HWND hWindow, UINT uiMessage,
WPARAM uiParam, LPARAM ulParam);
-static void win32_message_loop();
+static void win32_message_loop(void);
HINSTANCE hInit_ProcessHandle;
UINT uiGlobal_MsgID_SkypeControlAPIAttach;
@@ -49,7 +49,7 @@ skype_connect()
}
static void
-win32_message_loop()
+win32_message_loop(void)
{
MSG msg;
WNDCLASS oWindowClass;