summaryrefslogtreecommitdiff
path: root/include/asterisk/_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/_private.h')
-rw-r--r--include/asterisk/_private.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/asterisk/_private.h b/include/asterisk/_private.h
index 560c8c169..a0b171254 100644
--- a/include/asterisk/_private.h
+++ b/include/asterisk/_private.h
@@ -90,4 +90,16 @@ int ast_xmldoc_load_documentation(void);
*/
int ast_plc_reload(void);
+/*!
+ * \brief Init the ast_format attribute interface register container.
+ */
+int ast_format_attr_init(void);
+
+/*!
+ * \brief Init the Asterisk global format list after all format attribute modules have been loaded
+ */
+int ast_format_list_init(void);
+
+/*! \brief initializes the rtp engine arrays */
+int ast_rtp_engine_init(void);
#endif /* _ASTERISK__PRIVATE_H */