/*----------------------------------------------------------------------- * File: AALPROXY.H * * Copyright (c) 1995-2000 Intel Corporation. All rights reserved. *----------------------------------------------------------------------- */ #ifndef _AALPROXY_H_ #define _AALPROXY_H_ #include #ifdef __cplusplus extern "C" { #endif AAL_RETURN_CODE AAL_FUNC AALProxyLoadCssm(CSSM_GUID_PTR Guid, CSSM_DATA_PTR TrustedKeys, uint32 NumTrustedKeys); void AAL_FUNC AALProxyUnloadCssm(); #ifdef __cplusplus } #endif #endif /* _AALPROXY_H_ */ /* ifdef VMS comment out label */