Changeset 4890 for pjproject/trunk/pjnath/src/pjnath/stun_msg.c
- Timestamp:
- Aug 19, 2014 12:54:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjnath/src/pjnath/stun_msg.c
r4712 r4890 753 753 } 754 754 755 PJ_INLINE(pj_uint16_t) GETVAL16N(const pj_uint8_t *buf, unsigned pos)755 /*unused PJ_INLINE(pj_uint16_t) GETVAL16N(const pj_uint8_t *buf, unsigned pos) 756 756 { 757 757 return pj_htons(GETVAL16H(buf,pos)); 758 } 758 }*/ 759 759 760 760 static void PUTVAL16H(pj_uint8_t *buf, unsigned pos, pj_uint16_t hval) … … 772 772 } 773 773 774 PJ_INLINE(pj_uint32_t) GETVAL32N(const pj_uint8_t *buf, unsigned pos)774 /*unused PJ_INLINE(pj_uint32_t) GETVAL32N(const pj_uint8_t *buf, unsigned pos) 775 775 { 776 776 return pj_htonl(GETVAL32H(buf,pos)); 777 } 777 }*/ 778 778 779 779 static void PUTVAL32H(pj_uint8_t *buf, unsigned pos, pj_uint32_t hval)
Note: See TracChangeset
for help on using the changeset viewer.