[Asterisk-cvs] asterisk/pbx pbx_ael.c,1.2,1.3
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Fri Jun 17 08:55:20 CDT 2005
Update of /usr/cvsroot/asterisk/pbx
In directory mongoose.digium.com:/tmp/cvs-serv31123/pbx
Modified Files:
pbx_ael.c
Log Message:
dueling commits, mark won!
Index: pbx_ael.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_ael.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pbx_ael.c 17 Jun 2005 12:53:26 -0000 1.2
+++ pbx_ael.c 17 Jun 2005 12:56:35 -0000 1.3
@@ -17,8 +17,11 @@
#include <string.h>
#include <ctype.h>
#include <errno.h>
-/* For where to put dynamic tables */
+
#include "asterisk.h"
+
+ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
#include "asterisk/pbx.h"
#include "asterisk/config.h"
#include "asterisk/module.h"
@@ -26,8 +29,6 @@
#include "asterisk/cli.h"
#include "asterisk/callerid.h"
-ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
-
struct stringlink {
struct stringlink *next;
unsigned char data[0];
More information about the svn-commits
mailing list