summaryrefslogtreecommitdiff
path: root/include/asterisk/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/json.h')
-rw-r--r--include/asterisk/json.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asterisk/json.h b/include/asterisk/json.h
index d287bd612..d8cf98ece 100644
--- a/include/asterisk/json.h
+++ b/include/asterisk/json.h
@@ -33,6 +33,11 @@
/*!@{*/
/*!
+ * \brief Initialize the JSON library.
+ */
+void ast_json_init(void);
+
+/*!
* \brief Set custom allocators instead of the standard ast_malloc() and ast_free().
* \since 12.0.0
*