Ignore:
Timestamp:
Jun 17, 2006 4:08:30 AM (18 years ago)
Author:
bennylp
Message:

Modifications all over the place, but mainly only to update Doxygen documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_parser.c

    r491 r515  
    9898const pj_str_t  pjsip_BRANCH_STR    = { "branch", 6 }; 
    9999const pj_str_t  pjsip_TTL_STR       = { "ttl", 3 }; 
    100 const pj_str_t  pjsip_PNAME_STR     = { "received", 8 }; 
     100const pj_str_t  pjsip_RECEIVED_STR  = { "received", 8 }; 
    101101const pj_str_t  pjsip_Q_STR         = { "q", 1 }; 
    102102const pj_str_t  pjsip_EXPIRES_STR   = { "expires", 7 }; 
     
    16571657            hdr->maddr_param = pvalue; 
    16581658 
    1659         } else if (!parser_stricmp(pname, pjsip_PNAME_STR) && pvalue.slen) { 
     1659        } else if (!parser_stricmp(pname, pjsip_RECEIVED_STR) && pvalue.slen) { 
    16601660            hdr->recvd_param = pvalue; 
    16611661 
Note: See TracChangeset for help on using the changeset viewer.