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

@@ -25,14 +25,11 @@
#include "flaimsys.h"
/*API~***********************************************************************
Name : FlmErrorIsFileCorrupt
Area : INFORMATION
Desc : Returns TRUE if the passed in RCODE indicates that a corruption
has occured in a FLAIM database file.
*END************************************************************************/
FLMBOOL FlmErrorIsFileCorrupt(
FLMEXP FLMBOOL FLMAPI FlmErrorIsFileCorrupt(
RCODE rc)
// [IN] Return code to be checked.
{
FLMBOOL b = FALSE;
@@ -60,8 +57,6 @@ FLMBOOL FlmErrorIsFileCorrupt(
/*API~***********************************************************************
Name : FlmGetDiagInfo
Area : INFORMATION
Desc : Returns specific information about the most recent error that
occured within FLAIM.
Notes: FLAIM maintains information about the operation which generated
@@ -69,7 +64,7 @@ Notes: FLAIM maintains information about the operation which generated
or other information specific to the operation and can
be useful in identifying the cause of the error.
*END************************************************************************/
RCODE FlmGetDiagInfo(
FLMEXP RCODE FLMAPI FlmGetDiagInfo(
HFDB hDb,
eDiagInfoType eDiagCode,
void * pvDiagInfo