diff options
author | George Hazan <ghazan@miranda.im> | 2017-08-25 12:43:56 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-08-25 12:43:56 +0300 |
commit | 60756cd0f78592df310b4fff5d32fe5450e0ce4c (patch) | |
tree | 1cce4fa8e7bd4ffd4a646943106921b711a999ca /protocols/GTalkExt/src/db.h | |
parent | 9ae643b18d39b5f88348a9b07eb954c996624afc (diff) |
minus GTalkExt
Diffstat (limited to 'protocols/GTalkExt/src/db.h')
-rw-r--r-- | protocols/GTalkExt/src/db.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/protocols/GTalkExt/src/db.h b/protocols/GTalkExt/src/db.h deleted file mode 100644 index d07b44e7ab..0000000000 --- a/protocols/GTalkExt/src/db.h +++ /dev/null @@ -1,29 +0,0 @@ -//***************************************************************************************
-//
-// Google Extension plugin for the Miranda IM's Jabber protocol
-// Copyright (c) 2011 bems@jabber.org, George Hazan (ghazan@jabber.ru)
-//
-// This program is free software; you can redistribute it and/or
-// modify it under the terms of the GNU General Public License
-// as published by the Free Software Foundation; either version 2
-// of the License, or (at your option) any later version.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
-//
-// You should have received a copy of the GNU General Public License
-// along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-//
-//***************************************************************************************
-
-#pragma once
-#include "resources.h"
-
-#define LAST_MAIL_TIME_FROM_JID SHORT_PLUGIN_NAME ".LastMailTimeFromJid"
-#define LAST_THREAD_ID_FROM_JID SHORT_PLUGIN_NAME ".LastThreadIdFromJid"
-
-LPTSTR ReadJidSetting(LPCSTR name, LPCTSTR jid);
-void WriteJidSetting(LPCSTR name, LPCTSTR jid, LPCTSTR setting);
|