CJOSE  0.6.0
version.h
Go to the documentation of this file.
1 /*
2  * Copyrights
3  *
4  * Portions created or assigned to Cisco Systems, Inc. are
5  * Copyright (c) 2014-2016 Cisco Systems, Inc. All Rights Reserved.
6  */
13 #ifndef _CJOSE_VERSION_H_
14 #define _CJOSE_VERSION_H_
15 
16 #ifdef __cplusplus
17 extern "C"
18 {
19 #endif
20 
25 #define CJOSE_VERSION "0.6.0"
26 
32 const char *cjose_version();
33 
34 #ifdef __cplusplus
35 }
36 #endif
37 
38 #endif // _CJOSE_VERSION_H_
const char * cjose_version()