FreeRDP
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
ntlm_export.h
1
21#ifndef WINPR_SSPI_NTLM_EXPORT_H
22#define WINPR_SSPI_NTLM_EXPORT_H
23
24#include <winpr/sspi.h>
25
26#ifdef __cplusplus
27extern "C"
28{
29#endif
30
31 extern const SecPkgInfoA NTLM_SecPkgInfoA;
32 extern const SecPkgInfoW NTLM_SecPkgInfoW;
33 extern const SecurityFunctionTableA NTLM_SecurityFunctionTableA;
34 extern const SecurityFunctionTableW NTLM_SecurityFunctionTableW;
35
36#ifdef __cplusplus
37}
38#endif
39
40#endif