diff options
Diffstat (limited to 'libcmix-crypto')
| -rw-r--r-- | libcmix-crypto/message.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcmix-crypto/message.h b/libcmix-crypto/message.h index 98cdb9a..2c483e9 100644 --- a/libcmix-crypto/message.h +++ b/libcmix-crypto/message.h @@ -1,3 +1,8 @@ +#pragma once + +#ifdef __cplusplus +extern "C" { +#endif #include <stddef.h> #include <stdlib.h> @@ -83,3 +88,7 @@ struct CmixBufferImpl get_cmix_curve25519_buffer_implementation() { }; } */ + +#ifdef __cplusplus +} // extern "C" +#endif |
