Changeset 43 for pjproject/main/pjlib/src/pj/errno.c
- Timestamp:
- Nov 11, 2005 7:01:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/main/pjlib/src/pj/errno.c
r36 r43 31 31 { PJ_ENOTSUP, "Option/operation is not supported"}, 32 32 { PJ_EINVALIDOP, "Invalid operation"}, 33 { PJ_ECANCELLED, "Operation cancelled"} 33 { PJ_ECANCELLED, "Operation cancelled"}, 34 { PJ_EEXISTS, "Object already exists" } 34 35 }; 35 36
Note: See TracChangeset
for help on using the changeset viewer.