Ignore:
Timestamp:
Nov 21, 2005 1:55:47 AM (18 years ago)
Author:
bennylp
Message:

Set svn:eol-style property

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_msg.h

    • Property svn:eol-style set to native
    r60 r65  
    995995    PJSIP_DECL_HDR_MEMBER(struct pjsip_contact_hdr); 
    996996    int             star;           /**< The contact contains only a '*' character */ 
    997     pjsip_uri *uri;         /**< URI in the contact. */ 
     997    pjsip_uri      *uri;            /**< URI in the contact. */ 
    998998    int             q1000;          /**< The "q" value times 1000 (to avoid float) */ 
    999999    pj_int32_t      expires;        /**< Expires parameter, otherwise -1 if not present. */ 
    1000     pj_str_t        other_param;    /**< Other parameters, concatenated in a single string. */ 
     1000    pjsip_param     other_param;    /**< Other parameters, concatenated in a single string. */ 
    10011001} pjsip_contact_hdr; 
    10021002 
     
    10781078{ 
    10791079    PJSIP_DECL_HDR_MEMBER(struct pjsip_fromto_hdr); 
    1080     pjsip_uri  *uri;        /**< URI in From/To header. */ 
     1080    pjsip_uri       *uri;           /**< URI in From/To header. */ 
    10811081    pj_str_t         tag;           /**< Header "tag" parameter. */ 
    1082     pj_str_t         other_param;   /**< Other params, concatenated as a single string. */ 
     1082    pjsip_param      other_param;   /**< Other params, concatenated as a single string. */ 
    10831083} pjsip_fromto_hdr; 
    10841084 
     
    11881188    PJSIP_DECL_HDR_MEMBER(struct pjsip_routing_hdr);  /**< Generic header fields. */ 
    11891189    pjsip_name_addr  name_addr;   /**< The URL in the Route/Record-Route header. */ 
    1190     pj_str_t         other_param; /** Other parameter. */ 
     1190    pjsip_param      other_param; /** Other parameter. */ 
    11911191} pjsip_routing_hdr; 
    11921192 
     
    13521352    pj_str_t         recvd_param;   /**< "received" parameter. */ 
    13531353    pj_str_t         branch_param;  /**< "branch" parameter. */ 
    1354     pj_str_t         other_param;   /**< Other parameters, concatenated as single string. */ 
     1354    pjsip_param      other_param;   /**< Other parameters, concatenated as single string. */ 
    13551355    pj_str_t         comment;       /**< Comment. */ 
    13561356} pjsip_via_hdr; 
Note: See TracChangeset for help on using the changeset viewer.