Ignore:
Timestamp:
Aug 15, 2006 11:44:13 PM (18 years ago)
Author:
bennylp
Message:

The bloody thing links!!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/symbian/pjlib/include/pj/compat/string.h

    r490 r687  
    7373#   include <pj/types.h> 
    7474#   include <pj/compat/stdarg.h> 
     75    PJ_BEGIN_DECL 
    7576    PJ_DECL(int) snprintf(char *s1, pj_size_t len, const char *s2, ...); 
    7677    PJ_DECL(int) vsnprintf(char *s1, pj_size_t len, const char *s2, va_list arg); 
     78    PJ_END_DECL 
    7779#endif 
    7880 
Note: See TracChangeset for help on using the changeset viewer.