CJOSE 0.6.2.3
Loading...
Searching...
No Matches
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
17extern "C"
18{
19#endif
20
25#define CJOSE_VERSION "0.6.2.3"
26
32const char *cjose_version(void);
33
34#ifdef __cplusplus
35}
36#endif
37
38#endif // _CJOSE_VERSION_H_
const char * cjose_version(void)