Merge "jansson: json_pack with new format to verify required runtime version." into 16

This commit is contained in:
George Joseph
2019-03-11 09:49:30 -05:00
committed by Gerrit Code Review
3 changed files with 21 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ typedef AST_JSON_INT_T ast_json_int_t;
/*!
* \brief Initialize the JSON library.
*/
void ast_json_init(void);
int ast_json_init(void);
/*!
* \brief Set custom allocators instead of the standard ast_malloc() and ast_free().