diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_contacts.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/m_contacts.h b/include/m_contacts.h index ff5c4873e9..f2fc4fa665 100644 --- a/include/m_contacts.h +++ b/include/m_contacts.h @@ -102,6 +102,11 @@ namespace Contact MIR_APP_DLL(void) Readonly(MCONTACT hContact, bool bReadOnly = true);
/////////////////////////////////////////////////////////////////////////////////////////
+ // sets a birthday
+
+ MIR_APP_DLL(void) SetBirthday(MCONTACT hContact, int dd, int mm, int yy);
+
+ /////////////////////////////////////////////////////////////////////////////////////////
// checks / adds / removes a contact from list of contacts
// removed contacts would be physically deleted after restart
|
