Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/base64.h

    r7ed3199 r3b6eadc  
    2727
    2828G_MODULE_EXPORT char *tobase64( const char *text );
    29 G_MODULE_EXPORT char *base64_encode( const char *in, int len );
     29G_MODULE_EXPORT char *base64_encode( const unsigned char *in, int len );
    3030G_MODULE_EXPORT int base64_encode_real( const unsigned char *in, int inlen, unsigned char *out, const char *b64digits );
    3131G_MODULE_EXPORT char *frombase64( const char *in );
Note: See TracChangeset for help on using the changeset viewer.