diff options
Diffstat (limited to 'include/m_core.h')
-rw-r--r-- | include/m_core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_core.h b/include/m_core.h index 921b87b2ce..59a77f57b0 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -273,7 +273,7 @@ Returns the handle, or NULL if hDbEvent is invalid or is the last event Events in a chain are sorted chronologically automatically
*/
-MIR_CORE_DLL(HANDLE) db_event_next(HANDLE hDbEvent);
+MIR_CORE_DLL(HANDLE) db_event_next(MCONTACT hContact, HANDLE hDbEvent);
/*
Retrieves a handle to the previous event in a chain before hDbEvent
@@ -281,7 +281,7 @@ Returns the handle, or NULL if hDbEvent is invalid or is the first event Events in a chain are sorted chronologically automatically
*/
-MIR_CORE_DLL(HANDLE) db_event_prev(HANDLE hDbEvent);
+MIR_CORE_DLL(HANDLE) db_event_prev(MCONTACT hContact, HANDLE hDbEvent);
/******************************************************************************
* DATABASE SETTINGS
|