From cdb87d2e0a3eaa3e18bfdfa8fdbdf6bac0ca987a Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 7 Aug 2000 18:54:15 +0000 Subject: Strip all \n's from the expression 2000-08-07 Jeffrey Stedfast * providers/imap/camel-imap-utils.c (imap_translate_sexp): Strip all \n's from the expression * string-utils.c (strip): New convenience function to strip occurences of a single char from a string svn path=/trunk/; revision=4576 --- camel/string-utils.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'camel/string-utils.h') diff --git a/camel/string-utils.h b/camel/string-utils.h index 4cfef5b746..1556faa1df 100644 --- a/camel/string-utils.h +++ b/camel/string-utils.h @@ -54,9 +54,12 @@ GList *string_split (const gchar *string, char sep, void string_trim (gchar *string, const gchar *chars, StringTrimOption options); -gchar *string_prefix (const gchar *s, const gchar *suffix, gboolean *suffix_found); +gchar *string_prefix (const gchar *s, const gchar *suffix, + gboolean *suffix_found); -void string_unquote (gchar *string); +void string_unquote (gchar *string); + +gchar *strip (gchar *string, gchar c); #ifdef __cplusplus } -- cgit v1.2.3