diff options
Diffstat (limited to 'libsylph/utils.h')
-rw-r--r-- | libsylph/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/utils.h b/libsylph/utils.h index c911fa5f..9e5efeb0 100644 --- a/libsylph/utils.h +++ b/libsylph/utils.h @@ -298,6 +298,8 @@ gchar *strrchr_with_skip_quote (const gchar *str, void extract_address (gchar *str); void extract_list_id_str (gchar *str); +gchar *extract_addresses (const gchar *str); + gchar *normalize_address_field (const gchar *str); gboolean address_equal (const gchar *addr1, |