Add new file utils.c, Move ast_gethostbyname to utils.c

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2931 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
James Golovich
2004-05-09 08:22:15 +00:00
parent 8ef3b1544b
commit c00550f3ae
8 changed files with 144 additions and 139 deletions

1
acl.c
View File

@@ -22,6 +22,7 @@
#include <asterisk/acl.h>
#include <asterisk/logger.h>
#include <asterisk/channel.h>
#include <asterisk/utils.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <netdb.h>