diff options
author | George Hazan <ghazan@miranda.im> | 2018-12-26 23:02:50 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-12-26 23:02:50 +0300 |
commit | a9ffe609a8f6af668eebda668efd8e04a8989ef6 (patch) | |
tree | aa2cd29e503a892d7a8a453c181c72a20bc322fe /protocols/IcqOscarJ/src/icqosc_svcs.h | |
parent | 4b2dc43470b6ef48f36f2ec5a1f72b0b13e38d9d (diff) |
- icqoscar8 moved to deprecated;
- Icq10 is used now as a ICQ protocol;
- solutions updated
Diffstat (limited to 'protocols/IcqOscarJ/src/icqosc_svcs.h')
-rw-r--r-- | protocols/IcqOscarJ/src/icqosc_svcs.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/protocols/IcqOscarJ/src/icqosc_svcs.h b/protocols/IcqOscarJ/src/icqosc_svcs.h deleted file mode 100644 index 96ed6ca2ae..0000000000 --- a/protocols/IcqOscarJ/src/icqosc_svcs.h +++ /dev/null @@ -1,35 +0,0 @@ -// ---------------------------------------------------------------------------80
-// ICQ plugin for Miranda Instant Messenger
-// ________________________________________
-//
-// Copyright © 2000-2001 Richard Hughes, Roland Rabien, Tristan Van de Vreede
-// Copyright © 2001-2002 Jon Keating, Richard Hughes
-// Copyright © 2002-2004 Martin Öberg, Sam Kothari, Robert Rainwater
-// Copyright © 2004-2008 Joe Kucera
-// Copyright © 2012-2018 Miranda NG team
-//
-// 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.
-// -----------------------------------------------------------------------------
-
-#ifndef __ICQOSC_SVCS_H
-#define __ICQOSC_SVCS_H
-
-
-#define ICQ_DB_GETEVENTTEXT_MISSEDMESSAGE "ICQ/GetEventTextMissedMessage"
-
-INT_PTR icq_getEventTextMissedMessage(WPARAM wParam, LPARAM lParam);
-
-
-#endif /* __ICQOSC_SVCS_H */
|