Ignore:
Timestamp:
Jun 1, 2009 3:31:35 PM (15 years ago)
Author:
bennylp
Message:

More ticket #868: compilation error due to changes in pj_xml_find() function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip-simple/pidf.c

    r2394 r2729  
    129129} 
    130130 
    131 static pj_bool_t find_tuple_by_id(pj_xml_node *node, const void *id) 
     131static pj_bool_t find_tuple_by_id(const pj_xml_node *node, const void *id) 
    132132{ 
    133133    return pj_xml_find_attr(node, &ID, (const pj_str_t*)id) != NULL; 
Note: See TracChangeset for help on using the changeset viewer.