diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-09 18:39:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-09 18:39:03 +0000 |
commit | f5add60f90e833abe8817bbe3beb64fe5a2b76a8 (patch) | |
tree | 145f0aa625d0d465027c8e618ff88d90f35da107 /include/delphi/m_db_int.inc | |
parent | 7eb32d55bc5a4a195ddf903c83b8da47f449fa5f (diff) |
db_get_contact - fast access to the cached contacts
git-svn-id: http://svn.miranda-ng.org/main/trunk@8518 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/delphi/m_db_int.inc')
-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
|