Changeset 1461
- Timestamp:
- Sep 30, 2007 4:40:57 PM (17 years ago)
- Location:
- pjproject/trunk/pjsip/include/pjsip
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_dialog.h
r1460 r1461 71 71 pjsip_contact_hdr *contact; /**< Contact header. */ 72 72 pj_int32_t first_cseq;/**< First CSeq seen. */ 73 pj_ uint32_t cseq; /**< Next sequence number. */73 pj_int32_t cseq; /**< Next sequence number. */ 74 74 } pjsip_dlg_party; 75 75 -
pjproject/trunk/pjsip/include/pjsip/sip_msg.h
r1417 r1461 1224 1224 { 1225 1225 PJSIP_DECL_HDR_MEMBER(struct pjsip_cseq_hdr); 1226 intcseq; /**< CSeq number. */1226 pj_int32_t cseq; /**< CSeq number. */ 1227 1227 pjsip_method method; /**< CSeq method. */ 1228 1228 } pjsip_cseq_hdr;
Note: See TracChangeset
for help on using the changeset viewer.