aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/utils.h')
-rw-r--r--libsylph/utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsylph/utils.h b/libsylph/utils.h
index 18b511f1..7301c59b 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -310,6 +310,10 @@ gchar *strrchr_with_skip_quote (const gchar *str,
void extract_address (gchar *str);
void extract_list_id_str (gchar *str);
+gchar *normalize_address_field (const gchar *str);
+
+GSList *address_list_append_orig (GSList *addr_list,
+ const gchar *str);
GSList *address_list_append (GSList *addr_list,
const gchar *str);
GSList *references_list_prepend (GSList *msgid_list,