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/err.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/fido/err.h') diff --git a/src/fido/err.h b/src/fido/err.h index 11f52bc..d7453fc 100644 --- a/src/fido/err.h +++ b/src/fido/err.h @@ -64,6 +64,14 @@ #define FIDO_ERR_USER_PRESENCE_REQUIRED -8 #define FIDO_ERR_INTERNAL -9 +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + const char *fido_strerr(int); +#ifdef __cplusplus +} /* extern "C" */ +#endif /* __cplusplus */ + #endif /* _FIDO_ERR_H */ -- cgit v1.2.3