From: Shane Burrell Date: Mon, 7 Apr 2008 03:01:26 +0000 (+0000) Subject: Small change X-Git-Tag: v1.0.6~38^3~478 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df4fe26e6e10432fee69c468a5309b7a91bcb94f;p=thirdparty%2Ffreeswitch.git Small change git-svn-id: http://svn.openzap.org/svn/openzap/trunk@446 a93c3328-9c30-0410-af19-c9cd2b2d52af --- diff --git a/libs/freetdm/src/m3ua/mstm3ua.h b/libs/freetdm/src/m3ua/mstm3ua.h index 9bec483bda..0517661288 100644 --- a/libs/freetdm/src/m3ua/mstm3ua.h +++ b/libs/freetdm/src/m3ua/mstm3ua.h @@ -97,6 +97,6 @@ typedef unsigned long u32; #define M_CLASS_MASK 0xff00 #define M_TYPE_MASK 0x00ff - - +int build_route_context(unsigned char *opc, unsigned char *dpc, unsigned char *bytemsg, unsigned char len); +int build_m3ua_hdr(unsigned char len,unsigned char *bytemsg); #endif