mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Review: https://reviewboard.asterisk.org/r/658 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@264953 65c4cc65-6c06-0410-ace0-fbb531ad65f3
		
			
				
	
	
		
			13 lines
		
	
	
		
			327 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			327 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
| 	global:
 | |
| 		LINKER_SYMBOL_PREFIXast_fax_tech_register;
 | |
| 		LINKER_SYMBOL_PREFIXast_fax_tech_unregister;
 | |
| 		LINKER_SYMBOL_PREFIXast_fax_session_unreference;
 | |
| 		LINKER_SYMBOL_PREFIXast_fax_minrate;
 | |
| 		LINKER_SYMBOL_PREFIXast_fax_maxrate;
 | |
| 		LINKER_SYMBOL_PREFIXast_fax_state_to_str;
 | |
| 		LINKER_SYMBOL_PREFIXast_fax_log;
 | |
| 	local:
 | |
| 		*;
 | |
| };
 |