dect
/
asterisk
Archived
13
0
Fork 0

dueling commits, mark won!

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5923 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2005-06-17 12:56:35 +00:00
parent a9885aaeec
commit e9bbd73622
1 changed files with 4 additions and 3 deletions

View File

@ -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];