diff options
author | George Hazan <george.hazan@gmail.com> | 2016-04-08 10:49:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-04-08 10:49:29 +0000 |
commit | 017b7066ab8c82880a62f9208e25c36c43c76a03 (patch) | |
tree | ec1c940848a51bfd77b0ac1c87a53d8e99f9ae7a /plugins/Variables/src/stdafx.h | |
parent | 6cb46f5857189fc42e05981ca2c01bb00e65e59f (diff) |
Variables:
- massive code simplification;
- old shit removed and replaced with lists;
- version bump.
git-svn-id: http://svn.miranda-ng.org/main/trunk@16613 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Variables/src/stdafx.h')
-rw-r--r-- | plugins/Variables/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Variables/src/stdafx.h b/plugins/Variables/src/stdafx.h index 7948708b2d..5968340da7 100644 --- a/plugins/Variables/src/stdafx.h +++ b/plugins/Variables/src/stdafx.h @@ -173,7 +173,7 @@ int deinitTokenRegister(); // contact.c
BYTE getContactInfoType(TCHAR* type);
TCHAR* getContactInfoT(BYTE type, MCONTACT hContact);
-int getContactFromString( CONTACTSINFO* );
+MCONTACT getContactFromString(const TCHAR *tszContact, DWORD dwFlags, int nMatch = 0);
int initContactModule();
int deinitContactModule();
// alias
|