diff options
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_db_int.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/delphi/m_db_int.inc b/include/delphi/m_db_int.inc index 211cb7efba..d068fa1a3d 100644 --- a/include/delphi/m_db_int.inc +++ b/include/delphi/m_db_int.inc @@ -210,6 +210,12 @@ type end;
///////////////////////////////////////////////////////////////////////////////
+// cache access functions
+
+function db_get_contact(hContact:TMCONTACT):PDBCachedContact; stdcall;
+ external CoreDLL name 'db_get_contact';
+
+///////////////////////////////////////////////////////////////////////////////
// Database list's services
const
|