summaryrefslogtreecommitdiff
path: root/src/fido/err.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fido/err.h')
-rw-r--r--src/fido/err.h8
1 files changed, 8 insertions, 0 deletions
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 @@
64#define FIDO_ERR_USER_PRESENCE_REQUIRED -8 64#define FIDO_ERR_USER_PRESENCE_REQUIRED -8
65#define FIDO_ERR_INTERNAL -9 65#define FIDO_ERR_INTERNAL -9
66 66
67#ifdef __cplusplus
68extern "C" {
69#endif /* __cplusplus */
70
67const char *fido_strerr(int); 71const char *fido_strerr(int);
68 72
73#ifdef __cplusplus
74} /* extern "C" */
75#endif /* __cplusplus */
76
69#endif /* _FIDO_ERR_H */ 77#endif /* _FIDO_ERR_H */