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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/_private.h b/include/asterisk/_private.h
index e60ba0690..fc65a463c 100644
--- a/include/asterisk/_private.h
+++ b/include/asterisk/_private.h
@@ -42,6 +42,8 @@ int ast_timing_init(void); /*!< Provided by timing.c */
int ast_indications_init(void); /*!< Provided by indications.c */
int ast_indications_reload(void);/*!< Provided by indications.c */
void ast_stun_init(void); /*!< Provided by stun.c */
+int ast_cel_engine_init(void); /*!< Provided by cel.c */
+int ast_cel_engine_reload(void); /*!< Provided by cel.c */
/*!
* \brief Reload asterisk modules.