comparison src/util.h @ 6720:41120df7ed94

[gaim-migrate @ 7247] Fixed documentation errors so Doxygen no longer complains. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 03 Sep 2003 05:21:04 +0000
parents 2fed50891afa
children 4ae5d9c3d9ec
comparison
equal deleted inserted replaced
6719:3cc4d5e55a69 6720:41120df7ed94
217 * 217 *
218 * @param str The source string. 218 * @param str The source string.
219 * 219 *
220 * @return The string with carriage returns. 220 * @return The string with carriage returns.
221 */ 221 */
222 char *add_cr(const char *); 222 char *add_cr(const char *str);
223 223
224 /** 224 /**
225 * Strips all linefeeds from a string. 225 * Strips all linefeeds from a string.
226 * 226 *
227 * @param str The string to strip linefeeds from. 227 * @param str The string to strip linefeeds from.