Changeset 197 for pjproject/trunk/pjsip/src/pjsip-simple/pidf.c
- Timestamp:
- Feb 19, 2006 1:38:06 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip-simple/pidf.c
- Property svn:keywords set to id
r65 r197 17 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 18 */ 19 #include <pjsip _simple/pidf.h>19 #include <pjsip-simple/pidf.h> 20 20 #include <pj/string.h> 21 21 #include <pj/pool.h> 22 #include <pj/assert.h> 23 22 24 23 25 struct pjpidf_op_desc pjpidf_op = … … 133 135 PJ_DEF(void) pjpidf_pres_remove_tuple(pjpidf_pres *pres, pjpidf_tuple *t) 134 136 { 135 PJ_UNUSED_ARG(pres) 137 PJ_UNUSED_ARG(pres); 136 138 pj_list_erase(t); 137 139 }
Note: See TracChangeset
for help on using the changeset viewer.