Ignore:
Timestamp:
May 11, 2007 3:14:34 PM (17 years ago)
Author:
bennylp
Message:

HUGE changeset to make the rest of the libraries compile with C++ mode

File:
1 edited

Legend:

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

    r974 r1266  
    4141} 
    4242 
     43PJ_BEGIN_DECL 
     44 
     45    PJ_DECL(int) platform_strerror(pj_os_err_type code,  
     46                                   char *buf, pj_size_t bufsize ); 
     47PJ_END_DECL 
     48 
    4349/*  
    4450 * platform_strerror() 
Note: See TracChangeset for help on using the changeset viewer.