mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-11-03 20:38:59 +00:00 
			
		
		
		
	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
This commit is contained in:
		@@ -40,7 +40,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 | 
			
		||||
#include "asterisk/utils.h"
 | 
			
		||||
#include "asterisk/manager.h"
 | 
			
		||||
 | 
			
		||||
/* 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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user