[Asterisk-cvs] asterisk/channels chan_iax.c,1.57,1.58 chan_mgcp.c,1.48,1.49
citats at lists.digium.com
citats at lists.digium.com
Sun May 9 04:12:41 CDT 2004
- Previous message: [Asterisk-cvs] asterisk utils.c,NONE,1.1 Makefile,1.85,1.86 acl.c,1.18,1.19 asterisk.c,1.84,1.85
- Next message: [Asterisk-cvs] asterisk/include/asterisk lock.h,1.16,1.17 utils.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv28595/channels
Modified Files:
chan_iax.c chan_mgcp.c
Log Message:
Add new file utils.c, Move ast_gethostbyname to utils.c
Index: chan_iax.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_iax.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- chan_iax.c 26 Apr 2004 05:08:30 -0000 1.57
+++ chan_iax.c 9 May 2004 08:22:15 -0000 1.58
@@ -29,6 +29,7 @@
#include <asterisk/crypto.h>
#include <asterisk/acl.h>
#include <asterisk/manager.h>
+#include <asterisk/utils.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <netinet/in.h>
Index: chan_mgcp.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_mgcp.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- chan_mgcp.c 28 Apr 2004 04:23:14 -0000 1.48
+++ chan_mgcp.c 9 May 2004 08:22:15 -0000 1.49
@@ -72,6 +72,7 @@
#include <asterisk/parking.h>
#include <asterisk/app.h>
#include <asterisk/musiconhold.h>
+#include <asterisk/utils.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <net/if.h>
- Previous message: [Asterisk-cvs] asterisk utils.c,NONE,1.1 Makefile,1.85,1.86 acl.c,1.18,1.19 asterisk.c,1.84,1.85
- Next message: [Asterisk-cvs] asterisk/include/asterisk lock.h,1.16,1.17 utils.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list