summaryrefslogtreecommitdiff
path: root/include/asterisk/_private.h
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2015-12-30 21:51:47 -0500
committerCorey Farrell <git@cfware.com>2016-01-01 13:48:36 -0500
commitf9bfc2450e3eb07e86e46bc4721997f038ff1a52 (patch)
tree97abfbf953733e76d684d6dcb0a800b3fa29d1e0 /include/asterisk/_private.h
parent11d99e0809058841b3f0db4771b212c683ff92a9 (diff)
main/pbx: Move custom function routines to pbx_functions.c.
This is the second patch in a series meant to reduce the bulk of pbx.c. This moves custom function management routines to their own source. Change-Id: I34a6190282f781cdbbd3ce9d3adeac3c3805e177
Diffstat (limited to 'include/asterisk/_private.h')
-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 e58828c39..fb8043433 100644
--- a/include/asterisk/_private.h
+++ b/include/asterisk/_private.h
@@ -18,6 +18,7 @@
int load_modules(unsigned int); /*!< Provided by loader.c */
int load_pbx(void); /*!< Provided by pbx.c */
int load_pbx_builtins(void); /*!< Provided by pbx_builtins.c */
+int load_pbx_functions_cli(void); /*!< Provided by pbx_functions.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 */