aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-05-16 05:42:21 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-05-16 05:42:21 +0000
commite7e717c4ee877a009657e2f971a5c188daf55701 (patch)
tree197affe3ea00b7460b09f4141148ca5d5805bc7a /libsylph/utils.h
parentc5575f297c9e68bb0eaad671b4afb25ebe441186 (diff)
process quoted-pair correctly.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1694 ee746299-78ed-0310-b773-934348b2243d
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,