diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2012-07-19 00:17:32 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2012-07-19 00:17:32 +0000 |
commit | e89fe281f2589d9bc562b8f59efba3680d497137 (patch) | |
tree | 2129283d730d508ef295d377b05321c0cc67b63f /metacontacts/metacontacts.h | |
parent | 9a04d5930c26ba291b4ceee5180ec599147cdb64 (diff) |
Updated for compatibility with Unicode avatars
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@602 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'metacontacts/metacontacts.h')
-rw-r--r-- | metacontacts/metacontacts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/metacontacts/metacontacts.h b/metacontacts/metacontacts.h index c2131e4..b67f433 100644 --- a/metacontacts/metacontacts.h +++ b/metacontacts/metacontacts.h @@ -61,6 +61,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_icolib.h>
#include <m_langpack.h>
#include <m_popup.h>
+#include <m_avatars.h>
#include <m_cluiframes.h>
#include "../updater/m_updater.h"
@@ -125,6 +126,7 @@ INT_PTR Meta_Default(WPARAM wParam,LPARAM lParam); INT_PTR Meta_ForceDefault(WPARAM wParam,LPARAM lParam);
INT_PTR Meta_IsEnabled();
+void Meta_UpdateAvatar(HANDLE hContact);
int Meta_EqualDBV(DBVARIANT *dbv, DBVARIANT *id);
int Meta_ModifyMenu(WPARAM wParam,LPARAM lParam);
|