summaryrefslogtreecommitdiff
path: root/protocols/GTalkExt/src/db.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-03-26 20:54:17 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-03-26 20:54:17 +0000
commit315ffb3628684434969b1f740860036a280dddfc (patch)
tree06519021523088cc7db59b1e0f20a52cfdddbb51 /protocols/GTalkExt/src/db.h
parent474dc76177b2f518f24a0800d62df97171da7c9a (diff)
Google account autodetect
git-svn-id: http://svn.miranda-ng.org/main/trunk@4208 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/GTalkExt/src/db.h')
-rw-r--r--protocols/GTalkExt/src/db.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/GTalkExt/src/db.h b/protocols/GTalkExt/src/db.h
index cb8c3f3f4c..2a688dcad0 100644
--- a/protocols/GTalkExt/src/db.h
+++ b/protocols/GTalkExt/src/db.h
@@ -27,3 +27,5 @@ 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);