diff src/util.h @ 11501:9563b768e8e2

[gaim-migrate @ 13746] Doxygen fixes. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 11 Sep 2005 03:58:13 +0000
parents 8e600ee6ec61
children 11d30825c1bb
line wrap: on
line diff
--- a/src/util.h	Sun Sep 11 02:58:03 2005 +0000
+++ b/src/util.h	Sun Sep 11 03:58:13 2005 +0000
@@ -125,14 +125,9 @@
  * explanation.  Also see RFC 2045.
  *
  * @param str     The quoted printable ASCII string to convert to raw data.
- * @param ret_str The returned, readable string.
- * @param ret_len The length of the returned data.  You can
- *                pass in NULL if you're sure that you know
- *                the length of the decoded data, or if you
- *                know you'll be able to use strlen to
- *                determine the length, etc.
+ * @param ret_len The length of the returned data.
  *
- * @return The raw data.  Must be g_free'd when no longer needed.
+ * @return The readable string.  Must be g_free'd when no longer needed.
  */
 guchar *gaim_quotedp_decode(const char *str, gsize *ret_len);