Changeset 2729 for pjproject/trunk
- Timestamp:
- Jun 1, 2009 3:31:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-simple/pidf.c
r2394 r2729 129 129 } 130 130 131 static pj_bool_t find_tuple_by_id( pj_xml_node *node, const void *id)131 static pj_bool_t find_tuple_by_id(const pj_xml_node *node, const void *id) 132 132 { 133 133 return pj_xml_find_attr(node, &ID, (const pj_str_t*)id) != NULL;
Note: See TracChangeset
for help on using the changeset viewer.