summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2018-03-17 21:03:29 -0400
committerCorey Farrell <git@cfware.com>2018-03-19 17:59:59 -0400
commitde77cf869890240f89f9115c6853e1a75c84c3ac (patch)
tree7253443a99263cb037c75b8ec171e44e88b33c67 /include
parent5843a197979d10b336a041c6cb8bef90dfa0484a (diff)
core: Remove dead symbols from asterisk.exports.in.
* dahdi_chan_name * dahdi_chan_name_len * dahdi_chan_mode * __manager_event * dialed_interface_info Added comment about __progname and environ being needed for FreeBSD to prevent accidental removal in the future. Change-Id: I3ae026bc541cd9cb572be2ffa95fc359547642b5
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/options.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asterisk/options.h b/include/asterisk/options.h
index 78f596a88..730fd6887 100644
--- a/include/asterisk/options.h
+++ b/include/asterisk/options.h
@@ -199,8 +199,6 @@ extern struct timeval ast_lastreloadtime;
extern pid_t ast_mainpid;
extern char record_cache_dir[AST_CACHE_DIR_LEN];
-extern char dahdi_chan_name[AST_CHANNEL_NAME];
-extern int dahdi_chan_name_len;
extern int ast_language_is_prefix;