FreeRDP
Loading...
Searching...
No Matches
sspi_winpr.h
1
20#ifndef WINPR_SSPI_WINPR_H
21#define WINPR_SSPI_WINPR_H
22
23#include <winpr/sspi.h>
24
25SecurityFunctionTableW* SEC_ENTRY winpr_InitSecurityInterfaceW(void);
26SecurityFunctionTableA* SEC_ENTRY winpr_InitSecurityInterfaceA(void);
27
28void* sspi_ContextBufferAlloc(UINT32 allocatorIndex, size_t size);
29void sspi_ContextBufferFree(void* contextBuffer);
30
31#endif /* WINPR_SSPI_WINPR_H */