summaryrefslogtreecommitdiff
path: root/src/modules/metacontacts/metacontacts.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-03-03 15:44:40 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-03-03 15:44:40 +0000
commit914e0b89c4aa13461d4f36fdfcb1b49bb3f00456 (patch)
tree82e26a44d5494700d4077295468051fb41dccd85 /src/modules/metacontacts/metacontacts.h
parent2cbc7f36727cc86800c0866df859a0ab473b678e (diff)
- META_PROTO/Default went to cache;
- MIDatabase::MetaSetDefault method added to store the default sub in a database; - Meta_SettingChanged fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@8380 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/metacontacts/metacontacts.h')
-rw-r--r--src/modules/metacontacts/metacontacts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/metacontacts/metacontacts.h b/src/modules/metacontacts/metacontacts.h
index 2dcc6497f6..bba360fdd5 100644
--- a/src/modules/metacontacts/metacontacts.h
+++ b/src/modules/metacontacts/metacontacts.h
@@ -69,7 +69,7 @@ MCONTACT Meta_GetContactHandle(DBCachedContact *cc, int contact_number);
DBCachedContact* CheckMeta(MCONTACT hMeta);
// function to copy history from one contact to another - courtesy JdGordon with mods (thx)
-void Meta_FixStatus(DBCachedContact *cc);
+void Meta_FixStatus(DBCachedContact *ccMeta);
char *Meta_GetUniqueIdentifier(MCONTACT hContact, DWORD *pused);