commit
903460846a
@ -15,3 +15,8 @@
|
|||||||
//
|
//
|
||||||
int mbus_init() {return 0;}
|
int mbus_init() {return 0;}
|
||||||
|
|
||||||
|
///
|
||||||
|
/// Return current version of the library
|
||||||
|
///
|
||||||
|
const char*
|
||||||
|
mbus_get_current_version() {return "0.8.0";}
|
||||||
|
@ -46,6 +46,7 @@ extern "C" {
|
|||||||
//
|
//
|
||||||
//
|
//
|
||||||
int mbus_init();
|
int mbus_init();
|
||||||
|
const char* mbus_get_current_version();
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user