aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/_private.h
diff options
context:
space:
mode:
authoreliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-10 13:53:23 +0000
committereliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-10 13:53:23 +0000
commitd3011dda43482eec830e590d8bbee51f5f9470c7 (patch)
treefecca24f0474fbec482f8759862bb4d28d625d2c /include/asterisk/_private.h
parentb8cd660cdd685d8bc152e89cc36560f3875e45a4 (diff)
Move all the XML documentation API from pbx.c to xmldoc.c.
Export the XML documentation API: ast_xmldoc_build_synopsis() ast_xmldoc_build_syntax() ast_xmldoc_build_description() ast_xmldoc_build_seealso() ast_xmldoc_build_arguments() ast_xmldoc_printable() ast_xmldoc_load_documentation() git-svn-id: http://svn.digium.com/svn/asterisk/trunk@155711 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/_private.h')
-rw-r--r--include/asterisk/_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asterisk/_private.h b/include/asterisk/_private.h
index be4542d7a..83ae166de 100644
--- a/include/asterisk/_private.h
+++ b/include/asterisk/_private.h
@@ -56,10 +56,10 @@ int ast_timing_init(void); /*!< Provided by timing.c */
*/
int ast_module_reload(const char *name);
-/*! \brief Load XML documentation. Provided by pbx.c
+/*! \brief Load XML documentation. Provided by xmldoc.c
* \retval 1 on error.
* \retval 0 on success.
*/
-int ast_load_documentation(void);
+int ast_xmldoc_load_documentation(void);
#endif /* _ASTERISK__PRIVATE_H */