sync with 0.7.5cvs14
[claws.git] / src / utils.h
index 8c02fae0d6f34750edb83a2eadb5dc1a89b262ae..dcd4b61f3a83314c269cd88b7610a7b80551df1d 100644 (file)
@@ -273,6 +273,14 @@ gint get_quote_level                       (const gchar    *str,
                                         const gchar    *quote_chars);
 gchar *strstr_with_skip_quote          (const gchar    *haystack,
                                         const gchar    *needle);
+gchar *strchr_parenthesis_close                (const gchar    *str,
+                                        gchar           op,
+                                        gchar           cl);
+
+gchar **strsplit_parenthesis           (const gchar    *str,
+                                        gchar           op,
+                                        gchar           cl,
+                                        gint            max_tokens);
 gchar **strsplit_with_quote            (const gchar    *str,
                                         const gchar    *delim,
                                         gint            max_tokens);