diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-02 20:06:10 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-02 20:06:10 +0000 |
commit | e27f1addc43bdfeb896081ecca5e0b52e9e6179a (patch) | |
tree | cafb3b02fbf0f5c2b6085d82af212c05da60a2c7 /src/modules/metacontacts/metacontacts.h | |
parent | 79939e2f78e89f4581cfbcc19818c756ece26ad6 (diff) |
current mc state
git-svn-id: http://svn.miranda-ng.org/main/trunk@8362 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, 0 insertions, 1 deletions
diff --git a/src/modules/metacontacts/metacontacts.h b/src/modules/metacontacts/metacontacts.h index 9124312302..e2fce9fdee 100644 --- a/src/modules/metacontacts/metacontacts.h +++ b/src/modules/metacontacts/metacontacts.h @@ -56,7 +56,6 @@ int Meta_SetNick(char *proto); MCONTACT Meta_GetMostOnline(MCONTACT hMeta);
MCONTACT Meta_GetMostOnlineSupporting(MCONTACT hMeta, int pflagnum, unsigned long capability);
int Meta_HideLinkedContacts(void);
-int Meta_SetHandles(void);
int Meta_UnhideLinkedContacts(void);
int Meta_GetContactNumber(MCONTACT hContact);
MCONTACT Meta_GetContactHandle(MCONTACT hMeta, int contact_number);
|