diff options
Diffstat (limited to 'include/m_database.h')
-rw-r--r-- | include/m_database.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_database.h b/include/m_database.h index 0a31bc68fc..9aaffc79eb 100644 --- a/include/m_database.h +++ b/include/m_database.h @@ -89,7 +89,7 @@ EXTERN_C MIR_CORE_DLL(MCONTACT) db_add_contact(void); // Because all events are deleted, lots of people may end up with invalid event
// handles from this operation, which they should be prepared for.
-EXTERN_C MIR_CORE_DLL(int) db_delete_contact(MCONTACT hContact);
+EXTERN_C MIR_CORE_DLL(int) db_delete_contact(MCONTACT hContact, bool bFromProto = false);
// Checks if a given value is a valid contact handle, note that due
// to the nature of multiple threading, a valid contact can still become
|