diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-10 19:11:06 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-10 19:11:06 +0000 |
commit | 302abe573a8256d8c813af8f55d436e7b1c1dfb6 (patch) | |
tree | 855753b1d37503ac60bbc74563a6c01f3a955f2a /protocols/GTalkExt/src/inbox.h | |
parent | 24879d15a1e7f0d7bf02bb10b4145aff2f72f585 (diff) |
GTalk: old menu restored (in protocol menu)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6431 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/GTalkExt/src/inbox.h')
-rw-r--r-- | protocols/GTalkExt/src/inbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/GTalkExt/src/inbox.h b/protocols/GTalkExt/src/inbox.h index 54c3686155..2ddf4709e6 100644 --- a/protocols/GTalkExt/src/inbox.h +++ b/protocols/GTalkExt/src/inbox.h @@ -22,6 +22,6 @@ #pragma once
void OpenUrl(LPCSTR acc, LPCTSTR mailbox, LPCTSTR url);
-void OpenContactInbox(HANDLE hContact);
+void OpenContactInbox(LPCSTR);
-BOOL InitMenus(BOOL init);
\ No newline at end of file +int InitMenus(WPARAM, LPARAM);
\ No newline at end of file |