FTK change. Fixed compile error.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@951 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-10-03 20:40:57 +00:00
parent 8133c1d3cb
commit dcb8c59bbb

View File

@@ -25,6 +25,10 @@
#include "ftksys.h"
#include "ftknlm.h"
#if defined( FLM_NLM)
#if defined( FLM_RING_ZERO_NLM)
static SEMAPHORE gv_lFlmSyncSem = 0;
static FLMBOOL gv_bUnloadCalled = FALSE;
static FLMBOOL gv_bMainRunning = FALSE;
@@ -36,10 +40,6 @@ extern FLMATOMIC gv_NetWareStartupCount;
extern void * gv_MyModuleHandle;
extern rtag_t gv_lAllocRTag;
#if defined( FLM_NLM)
#if defined( FLM_RING_ZERO_NLM)
RCODE f_nssInitialize( void);
void f_nssUninitialize( void);