Move the ancillary iax2 source files into a separate sub-directory.

This patch just moves the IAX2 source and header files into a separate iax2
sub-directory in the channels directory, similar to how the sip source files are
structured.

The only thing that was added was an #ifndef to protect provision.h from multiple
inclusion.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@380433 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Sean Bright
2013-01-29 22:58:33 +00:00
parent ffaf79b1eb
commit 693d609081
7 changed files with 19 additions and 12 deletions

View File

@@ -102,9 +102,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/data.h"
#include "asterisk/netsock2.h"
#include "iax2.h"
#include "iax2-parser.h"
#include "iax2-provision.h"
#include "iax2/include/iax2.h"
#include "iax2/include/parser.h"
#include "iax2/include/provision.h"
#include "jitterbuf.h"
/*** DOCUMENTATION