Added FLMEXP and FLMAPI to exported APIs.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@112 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-02-13 23:35:37 +00:00
parent ed05155361
commit eb7a1e48b7
48 changed files with 202 additions and 829 deletions

View File

@@ -27,7 +27,7 @@
/*API~***********************************************************************
Desc: Upgrades a database to the latest FLAIM version.
*END************************************************************************/
RCODE FlmDbUpgrade(
FLMEXP RCODE FLMAPI FlmDbUpgrade(
HFDB hDb,
FLMUINT uiNewVersion,
STATUS_HOOK fnStatusCallback,
@@ -550,7 +550,7 @@ Exit:
/*API~***********************************************************************
Desc : Adds an encryption key to the database.
*END************************************************************************/
RCODE FlmEnableEncryption(
FLMEXP RCODE FLMAPI FlmEnableEncryption(
HFDB hDb,
FLMBYTE ** ppucWrappingKeyRV,
FLMUINT32 * pui32KeyLen)
@@ -679,7 +679,7 @@ Exit:
Desc: Changes the way the database key is stored in the database. Either
it is encrypted using a password or it is wrapped in the server key.
*END************************************************************************/
RCODE FlmDbWrapKey(
FLMEXP RCODE FLMAPI FlmDbWrapKey(
HFDB hDb,
const char * pszPassword)
{