mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	more file version tags
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5866 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -10,6 +10,17 @@ | ||||
|  * the GNU General Public License | ||||
|  */ | ||||
|  | ||||
| #include <fcntl.h> | ||||
| #include <netinet/in.h> | ||||
| #include <stdio.h> | ||||
| #include <stdlib.h> | ||||
| #include <string.h> | ||||
| #include <unistd.h> | ||||
|  | ||||
| #include "asterisk.h" | ||||
|  | ||||
| ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
|  | ||||
| #include "asterisk/lock.h" | ||||
| #include "asterisk/logger.h" | ||||
| #include "asterisk/module.h" | ||||
| @@ -18,12 +29,6 @@ | ||||
| #include "asterisk/translate.h" | ||||
| #include "asterisk/channel.h" | ||||
| #include "asterisk/alaw.h" | ||||
| #include <fcntl.h> | ||||
| #include <netinet/in.h> | ||||
| #include <stdio.h> | ||||
| #include <stdlib.h> | ||||
| #include <string.h> | ||||
| #include <unistd.h> | ||||
|  | ||||
| #define BUFFER_SIZE   8096	/* size for the translation buffers */ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user