summaryrefslogtreecommitdiff
path: root/protocols/GTalkExt/src/inbox.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-03-25 20:37:12 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-03-25 20:37:12 +0000
commit5a3fa95fbe1930c035cd1adffee0792b7d1d8846 (patch)
tree017dfe1d07b1dc16bddf1aa77e85eb19d385f551 /protocols/GTalkExt/src/inbox.h
parent3d411171eba820bffa2998f2442c197a553153f4 (diff)
GTalk menu item is inserted now into the Jabber protocol menu
git-svn-id: http://svn.miranda-ng.org/main/trunk@4190 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/GTalkExt/src/inbox.h')
-rw-r--r--protocols/GTalkExt/src/inbox.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/GTalkExt/src/inbox.h b/protocols/GTalkExt/src/inbox.h
index 0b00128ab9..2b26a074ca 100644
--- a/protocols/GTalkExt/src/inbox.h
+++ b/protocols/GTalkExt/src/inbox.h
@@ -22,4 +22,6 @@
#pragma once
void OpenUrl(LPCSTR acc, LPCTSTR mailbox, LPCTSTR url);
-void OpenContactInbox(HANDLE hContact); \ No newline at end of file
+void OpenContactInbox(LPCSTR acc);
+
+int InitMenus(WPARAM wParam, LPARAM lParam);