src/util.h

changeset 7478
a7df4df98778
parent 7303
b7b02c31b5bb
child 7564
baab99d239d8
--- 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

mercurial