Small change

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@446 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Shane Burrell 2008-04-07 03:01:26 +00:00
parent 985de885ae
commit d2b316a91b
1 changed files with 2 additions and 2 deletions

View 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