]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Small change
authorShane Burrell <shaneb@metrostat.net>
Mon, 7 Apr 2008 03:01:26 +0000 (03:01 +0000)
committerShane Burrell <shaneb@metrostat.net>
Mon, 7 Apr 2008 03:01:26 +0000 (03:01 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@446 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/freetdm/src/m3ua/mstm3ua.h

index 9bec483bdadfdcd606dbb4ff2542364555680349..0517661288cd9e6e7ef95db5ec20522517485250 100644 (file)
@@ -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