comparison src/util.h @ 5532:6f35b80c5ffa

[gaim-migrate @ 5932] (10:04:36) Robot101: LSchiere: alternative way to deal with the magic number - remove it. doesn't crash when signing on to a HTTP proxy. also resolves the mysterious "unsigned tmp" which appeared a week or few ago.. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 26 May 2003 14:04:53 +0000
parents 439a05a6b409
children 9eb5b13fd412
comparison
equal deleted inserted replaced
5531:10920646988f 5532:6f35b80c5ffa
42 42
43 /** 43 /**
44 * Converts a string to its base-64 equivalent. 44 * Converts a string to its base-64 equivalent.
45 * 45 *
46 * @param buf The data to convert. 46 * @param buf The data to convert.
47 * @param len The length of the data, or -1 if it's a NULL-terminated string. 47 * @param len The length of the data.
48 * 48 *
49 * @return The base-64 version of @a str. 49 * @return The base-64 version of @a str.
50 * 50 *
51 * @see frombase64() 51 * @see frombase64()
52 */ 52 */