summaryrefslogtreecommitdiff
path: root/include/asterisk/json.h
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-03-22 19:26:37 +0000
committerDavid M. Lee <dlee@digium.com>2013-03-22 19:26:37 +0000
commitcfd2b244f7afbe828a2d6b80d680009d7cfbd05c (patch)
treec82e5c2e79e03fe1aeda2c9f137c047c87c11a2d /include/asterisk/json.h
parentcf9324b25eb8a7dc5cef77f54e12758dfbcd6645 (diff)
Corrected some module issues introduced by r383579.
When I moved res_json.c to json.c, I left the MODULE_INFO stuff in there, which was interesting if you ran module show. I also forgot to call what was in module_load() from asterisk main(). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@383611 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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
*