diff src/util.h @ 7478:3c21f3084ff0

[gaim-migrate @ 8091] gaim_str_strip_linefeed strips carriage returns.. changing name accordingly. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 11 Nov 2003 20:34:00 +0000
parents 3ec38f08b0b2
children 54b370f7d9bf
line wrap: on
line diff
--- a/src/util.h	Tue Nov 11 19:51:47 2003 +0000
+++ b/src/util.h	Tue Nov 11 20:34:00 2003 +0000
@@ -370,11 +370,11 @@
 char *gaim_str_add_cr(const char *str);
 
 /**
- * Strips all linefeeds from a string.
+ * Strips all carriage returns from a string.
  *
- * @param str The string to strip linefeeds from.
+ * @param str The string to strip carriage returns from.
  */
-void gaim_str_strip_linefeed(char *str);
+void gaim_str_strip_cr(char *str);
 
 /**
  * Given a string, this replaces one substring with another