diff options
Diffstat (limited to 'protocols/GTalkExt/src/db.h')
-rw-r--r-- | protocols/GTalkExt/src/db.h | 2 |
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);
|