diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-05 17:15:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-05 17:15:41 +0000 |
commit | 50e9cca2ec06bbae40237f491a3bae80b454928e (patch) | |
tree | 711249732d109f6d288c4b8587e0d8ac56d359c6 /src/modules/metacontacts/metacontacts.h | |
parent | 3b620119f530681ddffcdfdcabd8a41e426a9e7f (diff) |
fix for removing the single sub in the MC Editor
git-svn-id: http://svn.miranda-ng.org/main/trunk@8415 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/metacontacts/metacontacts.h')
-rw-r--r-- | src/modules/metacontacts/metacontacts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/metacontacts/metacontacts.h b/src/modules/metacontacts/metacontacts.h index 6f7f113cf5..2d7155b73d 100644 --- a/src/modules/metacontacts/metacontacts.h +++ b/src/modules/metacontacts/metacontacts.h @@ -48,7 +48,7 @@ INT_PTR Meta_IsEnabled(); INT_PTR Meta_OnOff(WPARAM wParam, LPARAM lParam);
int Meta_ModifyMenu(WPARAM wParam,LPARAM lParam);
BOOL Meta_Assign(MCONTACT src, MCONTACT dest, BOOL set_as_default);
-void Meta_RemoveContactNumber(DBCachedContact *cc, int number);
+void Meta_RemoveContactNumber(DBCachedContact *cc, int number, bool bUpdateInfo);
int Meta_SetNick(char *proto);
int Meta_HideLinkedContacts(void);
int Meta_GetContactNumber(DBCachedContact *cc, MCONTACT hContact);
|