mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[SECUR32] Do not declare global variables in a header
This commit is contained in:
parent
d2c667c616
commit
98aabbcf9f
1 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ SECURITY_STATUS SEC_ENTRY ntlm_DeleteSecurityContext(PCtxtHandle) DECLSPEC_HIDDE
|
||||||
SECURITY_STATUS SEC_ENTRY ntlm_MakeSignature(PCtxtHandle, ULONG, PSecBufferDesc, ULONG) DECLSPEC_HIDDEN;
|
SECURITY_STATUS SEC_ENTRY ntlm_MakeSignature(PCtxtHandle, ULONG, PSecBufferDesc, ULONG) DECLSPEC_HIDDEN;
|
||||||
SECURITY_STATUS SEC_ENTRY ntlm_VerifySignature(PCtxtHandle, PSecBufferDesc, ULONG, PULONG) DECLSPEC_HIDDEN;
|
SECURITY_STATUS SEC_ENTRY ntlm_VerifySignature(PCtxtHandle, PSecBufferDesc, ULONG, PULONG) DECLSPEC_HIDDEN;
|
||||||
|
|
||||||
SecPkgInfoW *ntlm_package_infoW DECLSPEC_HIDDEN;
|
extern SecPkgInfoW *ntlm_package_infoW DECLSPEC_HIDDEN;
|
||||||
SecPkgInfoA *ntlm_package_infoA DECLSPEC_HIDDEN;
|
extern SecPkgInfoA *ntlm_package_infoA DECLSPEC_HIDDEN;
|
||||||
|
|
||||||
#endif /* __WINE_NTLM_H__ */
|
#endif /* __WINE_NTLM_H__ */
|
||||||
|
|
Loading…
Reference in a new issue