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:
@@ -25,10 +25,10 @@
|
||||
#include "flaimsys.h"
|
||||
|
||||
/*API~***********************************************************************
|
||||
Desc: Returns a pointer to the ASCII string representation of a FLAIM
|
||||
return code.
|
||||
Desc: Returns a pointer to the ASCII string representation of a FLAIM
|
||||
return code.
|
||||
*END************************************************************************/
|
||||
const char * FlmErrorString(
|
||||
FLMEXP const char * FLMAPI FlmErrorString(
|
||||
RCODE rc)
|
||||
{
|
||||
const char * pszStr;
|
||||
@@ -290,7 +290,3 @@ const char * flmErrorString(
|
||||
return( NULL);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user