Changeset 1235 for pjproject/trunk/pjlib/src/pj/errno.c
- Timestamp:
- Apr 30, 2007 9:03:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/errno.c
r996 r1235 19 19 #include <pj/errno.h> 20 20 #include <pj/string.h> 21 #include <pj/compat/string.h> 21 22 #include <pj/assert.h> 22 23 … … 24 25 * in separate file. 25 26 */ 26 extern int platform_strerror( pj_os_err_type code, 27 char *buf, pj_size_t bufsize ); 27 PJ_BEGIN_DECL 28 29 PJ_DECL(int) platform_strerror(pj_os_err_type code, 30 char *buf, pj_size_t bufsize ); 31 PJ_END_DECL 28 32 29 33 #define PJLIB_MAX_ERR_MSG_HANDLER 8
Note: See TracChangeset
for help on using the changeset viewer.