Changeset 812a413 for util.h


Ignore:
Timestamp:
2006-06-23T18:15:28Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
df1694b
Parents:
00ab350
Message:

Added saner base64 encoding function (actually, moved the one from libyahoo2.c
to core, with some changes), which I need for the XML format password garbling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • util.h

    r00ab350 r812a413  
    3131G_MODULE_EXPORT char *strip_newlines(char *source);
    3232G_MODULE_EXPORT char *tobase64( const char *text );
     33G_MODULE_EXPORT void base64_encode_real( const unsigned char *in, int inlen, unsigned char *out, char *b64digits );
    3334G_MODULE_EXPORT char *normalize( const char *s );
    3435G_MODULE_EXPORT void info_string_append( GString *str, char *newline, char *name, char *value );
Note: See TracChangeset for help on using the changeset viewer.