1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- #ifndef CRYS_ECPKI_DOMAIN_H
- #define CRYS_ECPKI_DOMAIN_H
- #include "crys_error.h"
- #include "crys_ecpki_types.h"
- #ifdef __cplusplus
- extern "C"
- {
- #endif
- const CRYS_ECPKI_Domain_t *CRYS_ECPKI_GetEcDomain(CRYS_ECPKI_DomainID_t domainId );
- #ifdef __cplusplus
- }
- #endif
- #endif
|