Private
Public Access
2
0

javascript: fix swig generation of node.js api

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-04-29 18:44:09 +01:00
parent 7524cb7ab8
commit 804c4a437d
5 changed files with 34 additions and 1 deletions

View File

@@ -30,6 +30,10 @@
*
*/
#ifdef __cplusplus
extern "C" {
#endif
typedef enum {
MAA_SUCCESS = 0,
MAA_ERROR_FEATURE_NOT_IMPLEMENTED = 1,
@@ -52,3 +56,7 @@ typedef enum {
* @return version string from version.h
*/
const char* maa_get_version();
#ifdef __cplusplus
}
#endif