From a8a38c7a8076ca0f7976b01fe2cbd6e1e27a089b Mon Sep 17 00:00:00 2001 From: Bertrand Guiheneuf Date: Thu, 27 May 1999 16:42:32 +0000 Subject: sync svn path=/trunk/; revision=949 --- camel/gstring-util.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'camel/gstring-util.h') diff --git a/camel/gstring-util.h b/camel/gstring-util.h index f8b7ee3fd1..8d88bf18af 100644 --- a/camel/gstring-util.h +++ b/camel/gstring-util.h @@ -36,15 +36,16 @@ extern "C" { typedef enum { NONE = 0, - STRIP_TRAILING = 1, - STRIP_LEADING = 2 + RIGHT_DIR = 1, + STRIP_TRAILING = 2, + STRIP_LEADING = 4, } DichotomyOption; gboolean g_string_equals(GString *string1, GString *string2); GString *g_string_clone(GString *string); -gchar g_string_right_dichotomy( GString *string, gchar sep, GString **prefix, GString **suffix, DichotomyOption options); +gchar g_string_dichotomy( GString *string, gchar sep, GString **prefix, GString **suffix, DichotomyOption options); void g_string_append_g_string(GString *dest_string, GString *other_string); gboolean g_string_equal_for_hash (gconstpointer v, gconstpointer v2); -- cgit v1.2.3