another round of version tag updates, along with 'show version files' pattern filtering

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5865 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-06-06 21:09:59 +00:00
parent 0e6762dd5f
commit 005e436b57
28 changed files with 339 additions and 184 deletions

View File

@@ -22,6 +22,11 @@ extern "C" {
#include <stdio.h>
#include <string.h>
#include "asterisk.h"
ASTERISK_FILE_VERSION("$Revision$")
#include "asterisk/lock.h"
#include "asterisk/utils.h"
#include "asterisk/channel.h"
@@ -33,7 +38,6 @@ extern "C" {
#include "asterisk/callerid.h"
#include "asterisk/dsp.h"
#include "asterisk/features.h"
}
#include <sys/socket.h>