diff options
Diffstat (limited to 'camel/gstring-util.h')
-rw-r--r-- | camel/gstring-util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/gstring-util.h b/camel/gstring-util.h index 6f6adde14f..decb6ee064 100644 --- a/camel/gstring-util.h +++ b/camel/gstring-util.h @@ -44,6 +44,8 @@ typedef enum { 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); +void g_string_append_g_string(GString *dest_string, GString *other_string); #ifdef __cplusplus |