aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/utils.h')
-rw-r--r--libsylph/utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libsylph/utils.h b/libsylph/utils.h
index fe0b585b..d7f68b91 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -257,6 +257,9 @@ void eliminate_parenthesis (gchar *str,
void extract_parenthesis (gchar *str,
gchar op,
gchar cl);
+void extract_parenthesis_with_escape (gchar *str,
+ gchar op,
+ gchar cl);
void extract_parenthesis_with_skip_quote (gchar *str,
gchar quote_chr,
@@ -267,6 +270,8 @@ void eliminate_quote (gchar *str,
gchar quote_chr);
void extract_quote (gchar *str,
gchar quote_chr);
+void extract_quote_with_escape (gchar *str,
+ gchar quote_chr);
void eliminate_address_comment (gchar *str);
gchar *strchr_with_skip_quote (const gchar *str,
gint quote_chr,