From 3a125b4c3b0d5aedb30d5ca8088f6f5b4b33caf5 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 18 Jan 2006 23:34:15 +0000 Subject: Complete tsx layer selftest, implemented authentication framework git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@123 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/include/pjsip/sip_transport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjsip/include/pjsip/sip_transport.h') diff --git a/pjsip/include/pjsip/sip_transport.h b/pjsip/include/pjsip/sip_transport.h index f2cce0f6..f8968f90 100644 --- a/pjsip/include/pjsip/sip_transport.h +++ b/pjsip/include/pjsip/sip_transport.h @@ -218,7 +218,7 @@ struct pjsip_rx_data char *info; /** The Call-ID header as found in the message. */ - pj_str_t call_id; + pjsip_cid_hdr *cid; /** The From header as found in the message. */ pjsip_from_hdr *from; -- cgit v1.2.3