summaryrefslogtreecommitdiff
path: root/include/asterisk.h
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2006-03-28 22:25:08 +0000
committerLuigi Rizzo <rizzo@icir.org>2006-03-28 22:25:08 +0000
commite5c455e15ade8146d91acd13d3b852ce6804eae9 (patch)
tree4f6b1dc0fd0d79a6b00c9c0872e6983a8bee15a2 /include/asterisk.h
parente255a172f09418e8a4c18a110c1a754b88e15b10 (diff)
bring in the code that was discussed on Mantis #6068,
which is the basis for several simplifications and fixes to the CLI interfaces. The core is in cli.c, some documentation on a new function to help command completion is in cli.h, and one line of glue code in the other two files. Next step is to bring in the patches described in #6066 and other simplifications. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@15817 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk.h')
-rw-r--r--include/asterisk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk.h b/include/asterisk.h
index 1918af58c..7d052bbf3 100644
--- a/include/asterisk.h
+++ b/include/asterisk.h
@@ -61,6 +61,8 @@ int term_init(void);
int astdb_init(void);
/* Provided by channel.c */
void ast_channels_init(void);
+/* Provided by cli.c */
+void ast_builtins_init(void);
/* Provided by dnsmgr.c */
int dnsmgr_init(void);
void dnsmgr_start_refresh(void);