Changeset 7ed3199 for protocols/yahoo
- Timestamp:
- 2006-06-25T14:07:01Z (19 years ago)
- Branches:
- master
- Children:
- 6e1fed7
- Parents:
- df1694b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/libyahoo2.c
rdf1694b r7ed3199 89 89 #define vsnprintf _vsnprintf 90 90 #endif 91 92 #include "base64.h" 91 93 92 94 #ifdef USE_STRUCT_CALLBACKS … … 698 700 static void to_y64(unsigned char *out, const unsigned char *in, int inlen) 699 701 { 700 returnbase64_encode_real(in, inlen, out, "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789._-");702 base64_encode_real(in, inlen, out, "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789._-"); 701 703 } 702 704
Note: See TracChangeset
for help on using the changeset viewer.