Changeset 1748 for pjproject/trunk/pjlib/src/pj/errno.c
- Timestamp:
- Jan 25, 2008 4:06:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/errno.c
r1601 r1748 107 107 PJ_DEF(pj_status_t) pj_register_strerror( pj_status_t start, 108 108 pj_status_t space, 109 pj sip_error_callback f)109 pj_error_callback f) 110 110 { 111 111 unsigned i;
Note: See TracChangeset
for help on using the changeset viewer.