Ignore:
Timestamp:
Oct 10, 2007 1:12:37 PM (17 years ago)
Author:
bennylp
Message:

Fixed build warnings/error on Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/include/pjlib-util/base64.h

    r1488 r1490  
    7777 */ 
    7878PJ_DECL(pj_status_t) pj_base64_decode(const pj_str_t *input,  
    79                                       pj_uint8_t *out, long *out_len); 
     79                                      pj_uint8_t *out, int *out_len); 
    8080 
    8181 
Note: See TracChangeset for help on using the changeset viewer.