summaryrefslogtreecommitdiff
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/test_amihooks.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_amihooks.c b/tests/test_amihooks.c
index 14cfbdd13..c465a3d86 100644
--- a/tests/test_amihooks.c
+++ b/tests/test_amihooks.c
@@ -90,7 +90,8 @@ AST_TEST_DEFINE(amihook_cli_send)
return wait_for_hook(test) ? AST_TEST_FAIL : AST_TEST_PASS;
}
-/* The helper function is required by struct manager_custom_hook. See __manager_event for details */
+/* The helper function is required by struct manager_custom_hook.
+ * See __ast_manager_event_multichan for details */
static int amihook_helper(int category, const char *event, char *content)
{
ast_log(LOG_NOTICE, "AMI Event: \nCategory: %d Event: %s\n%s\n", category, event, content);