Ignore:
Timestamp:
Apr 30, 2007 9:03:32 PM (17 years ago)
Author:
bennylp
Message:

Initial Symbian integration to trunk for pjlib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pj/errno.c

    r996 r1235  
    1919#include <pj/errno.h> 
    2020#include <pj/string.h> 
     21#include <pj/compat/string.h> 
    2122#include <pj/assert.h> 
    2223 
     
    2425 * in separate file. 
    2526 */ 
    26 extern int platform_strerror( pj_os_err_type code,  
    27                               char *buf, pj_size_t bufsize ); 
     27PJ_BEGIN_DECL 
     28 
     29    PJ_DECL(int) platform_strerror(pj_os_err_type code,  
     30                                   char *buf, pj_size_t bufsize ); 
     31PJ_END_DECL 
    2832 
    2933#define PJLIB_MAX_ERR_MSG_HANDLER   8 
Note: See TracChangeset for help on using the changeset viewer.