summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2016-01-04 21:23:01 -0500
committerCorey Farrell <git@cfware.com>2016-01-05 12:08:40 -0500
commit36f1eaf0b593a9a5d708f92965e571c587e84127 (patch)
tree4ddfe230135c23e2b0aa1abcaae34d9834277b21 /include
parent3507494b8aa31a0813ab1a4413be301ae4bd1f40 (diff)
main/pbx: Move hangup handler routines to pbx_hangup_handler.c.
This is the sixth patch in a series meant to reduce the bulk of pbx.c. This moves hangup handler management functions to their own source. Change-Id: Ib25a75aa57fc7d5c4294479e5cc46775912fb104
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/_private.h b/include/asterisk/_private.h
index 730e41505..7963f3121 100644
--- a/include/asterisk/_private.h
+++ b/include/asterisk/_private.h
@@ -22,6 +22,7 @@ int load_pbx_functions_cli(void); /*!< Provided by pbx_functions.c */
int load_pbx_variables(void); /*!< Provided by pbx_variables.c */
int load_pbx_switch(void); /*!< Provided by pbx_switch.c */
int load_pbx_app(void); /*!< Provided by pbx_app.c */
+int load_pbx_hangup_handler(void); /*!< Provided by pbx_hangup_handler.c */
int init_logger(void); /*!< Provided by logger.c */
void close_logger(void); /*!< Provided by logger.c */
void logger_queue_start(void); /*!< Provided by logger.c */