diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-15 19:15:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-15 19:15:23 +0000 |
commit | 8c7fd7f3d5ac0a5e71830342df5f55a5660faa98 (patch) | |
tree | 079346a2bfea98317aa60623dd13592ab7e0c87a /src/modules/metacontacts/metacontacts.h | |
parent | 530f2384fb389ff3cac38584fc0c67055d25f469 (diff) |
- srmm icon added for metacontacts;
- wipe out the rest of srmm related clutches from mc
git-svn-id: http://svn.miranda-ng.org/main/trunk@8631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/metacontacts/metacontacts.h')
-rw-r--r-- | src/modules/metacontacts/metacontacts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/metacontacts/metacontacts.h b/src/modules/metacontacts/metacontacts.h index b8d9b10921..d550740242 100644 --- a/src/modules/metacontacts/metacontacts.h +++ b/src/modules/metacontacts/metacontacts.h @@ -55,6 +55,7 @@ DBCachedContact* CheckMeta(MCONTACT hMeta); // function to copy history from one contact to another - courtesy JdGordon with mods (thx)
void Meta_FixStatus(DBCachedContact *ccMeta);
+void Meta_UpdateSrmmIcon(DBCachedContact *ccMeta, int iStatus);
char *Meta_GetUniqueIdentifier(MCONTACT hContact, DWORD *pused);
|