summaryrefslogtreecommitdiff
path: root/plugins/SmileyAdd/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SmileyAdd/src/stdafx.h')
-rw-r--r--plugins/SmileyAdd/src/stdafx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/SmileyAdd/src/stdafx.h b/plugins/SmileyAdd/src/stdafx.h
index 909d296f38..7db517fc71 100644
--- a/plugins/SmileyAdd/src/stdafx.h
+++ b/plugins/SmileyAdd/src/stdafx.h
@@ -78,7 +78,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "SmileyBase.h"
#include "smileys.h"
#include "customsmiley.h"
-#include "services.h"
#include "options.h"
#include "download.h"
#include "anim.h"
@@ -121,6 +120,8 @@ int SmileyButtonPressed(WPARAM, LPARAM);
// functions for general use (defined in general.cpp)
int CalculateTextHeight(HDC hdc, CHARFORMAT2 *chf);
+SmileyPackType* FindSmileyPack(const char *proto, MCONTACT hContact = 0, SmileyPackCType **smlc = nullptr);
+
MCONTACT DecodeMetaContact(MCONTACT hContact);
bool IsSmileyProto(char *proto);