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:
@@ -696,7 +696,7 @@ Exit:
|
||||
/****************************************************************************
|
||||
Desc: This routine frees the memory associated with a FLM_STAT structure.
|
||||
****************************************************************************/
|
||||
void FlmFreeStats(
|
||||
FLMEXP void FLMAPI FlmFreeStats(
|
||||
FLM_STATS * pStats
|
||||
)
|
||||
{
|
||||
@@ -1254,7 +1254,7 @@ Desc : Returns statistics that have been collected for a share.
|
||||
Notes: The statistics returned will be the statistics for ALL
|
||||
databases associated with the share structure.
|
||||
*END************************************************************************/
|
||||
RCODE FlmGetStats(
|
||||
FLMEXP RCODE FLMAPI FlmGetStats(
|
||||
FLM_STATS * pFlmStats)
|
||||
{
|
||||
RCODE rc = FERR_OK;
|
||||
|
||||
Reference in New Issue
Block a user