From 75073d0a8478441cc97a6efa10b566c5fb1dac81 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 17 Apr 2020 20:57:17 +0100 Subject: New upstream version 1.4.0 --- src/fido/credman.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/fido/credman.h') diff --git a/src/fido/credman.h b/src/fido/credman.h index 1c7cafe..eaffd65 100644 --- a/src/fido/credman.h +++ b/src/fido/credman.h @@ -10,8 +10,20 @@ #include #include +#ifdef _FIDO_INTERNAL +#include "blob.h" #include "fido/err.h" #include "fido/param.h" +#include "fido/types.h" +#else +#include +#include +#include +#endif + +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ #ifdef _FIDO_INTERNAL struct fido_credman_metadata { @@ -71,4 +83,8 @@ void fido_credman_metadata_free(fido_credman_metadata_t **); void fido_credman_rk_free(fido_credman_rk_t **); void fido_credman_rp_free(fido_credman_rp_t **); +#ifdef __cplusplus +} /* extern "C" */ +#endif /* __cplusplus */ + #endif /* !_FIDO_CREDMAN_H */ -- cgit v1.2.3