Finished the changes where the GetIdenTokenProviderInterface() was moved

to platform independant code.
This commit is contained in:
Juan Carlos Luciani
2006-05-02 03:01:26 +00:00
parent e6bb3b5db9
commit 243d49616a
3 changed files with 84 additions and 12 deletions

View File

@@ -88,17 +88,23 @@ ConfigIfUninit(void);
//
// Functions exported by identoken.c
//
extern
CasaStatus
GetIdenTokenProviderInterface(
IN const char *pIdenTokenTypeName,
INOUT IdenTokenProviderIf **ppIdenTokenProviderIf);
extern
CasaStatus
IdenTokenInit(void);
extern
void
IdenTokenUninit(void);
//
// Functions exported by platform.c
//
extern
HANDLE
PlatAllocMutex(void);