summaryrefslogtreecommitdiff
path: root/src/modules/metacontacts/metacontacts.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-06-28 20:44:06 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-06-28 20:44:06 +0000
commitc6e1bedfc18495b3e083069f8d03c2218f6f6b78 (patch)
treecf5583c51cd9c1d6b3faddc6a60235362fc0d624 /src/modules/metacontacts/metacontacts.h
parent9f4c313f4f644e5ebb29086210f492941c732956 (diff)
fixes #630 p.2 (user must have a choice to display either Nick or DisplayName in SRMM menu)
git-svn-id: http://svn.miranda-ng.org/main/trunk@9605 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/metacontacts/metacontacts.h')
-rw-r--r--src/modules/metacontacts/metacontacts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/metacontacts/metacontacts.h b/src/modules/metacontacts/metacontacts.h
index 45bb49b294..34d4190285 100644
--- a/src/modules/metacontacts/metacontacts.h
+++ b/src/modules/metacontacts/metacontacts.h
@@ -55,6 +55,7 @@ int Meta_SuppressStatus(int suppress);
int Meta_CopyContactNick(DBCachedContact *cc, MCONTACT hContact);
int Meta_SetAllNicks();
int Meta_SwapContacts(DBCachedContact *cc, int contact_number1, int contact_number2);
+void Meta_GetSubNick(MCONTACT hMeta, int i, CMString &tszDest);
MCONTACT Meta_GetMostOnline(DBCachedContact *cc);
MCONTACT Meta_GetMostOnlineSupporting(DBCachedContact *cc, int pflagnum, unsigned long capability);