summaryrefslogtreecommitdiff
path: root/protocols/GTalkExt/src/db.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-09-28 18:22:40 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-09-28 18:22:40 +0000
commit56ac6b6b49cd5785ce5fb14dc63e776b4b3da07a (patch)
tree7f0b1eeaa437cf2ecd31f69add3242007f46ae3b /protocols/GTalkExt/src/db.h
parent00c6c10291bf7f86e871b648e8dd003a0a16c8e5 (diff)
- Google specific functionality got moved to GTalkExt, part I;
- new event for extensions list creation, ME_JABBER_EXTLISTINIT git-svn-id: http://svn.miranda-ng.org/main/trunk@6260 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/GTalkExt/src/db.h')
-rw-r--r--protocols/GTalkExt/src/db.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/GTalkExt/src/db.h b/protocols/GTalkExt/src/db.h
index 92a01c6500..6cecd89a1d 100644
--- a/protocols/GTalkExt/src/db.h
+++ b/protocols/GTalkExt/src/db.h
@@ -28,6 +28,4 @@ static const LPSTR LAST_THREAD_ID_FROM_JID = SHORT_PLUGIN_NAME ".LastThreadIdFro
LPTSTR ReadJidSetting(LPCSTR name, LPCTSTR jid);
void WriteJidSetting(LPCSTR name, LPCTSTR jid, LPCTSTR setting);
-IJabberInterface* IsGoogleAccount(LPCSTR szModuleName);
-
void RenewPseudocontactHandles();