diff options
Diffstat (limited to 'libempathy-gtk/empathy-contactinfo-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-contactinfo-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contactinfo-utils.h b/libempathy-gtk/empathy-contactinfo-utils.h index ac9528e5f..1d89ff229 100644 --- a/libempathy-gtk/empathy-contactinfo-utils.h +++ b/libempathy-gtk/empathy-contactinfo-utils.h @@ -28,6 +28,7 @@ G_BEGIN_DECLS typedef gchar * (* EmpathyContactInfoFormatFunc) (GStrv); +const char **empathy_contact_info_get_field_names (guint *nnames); gboolean empathy_contact_info_lookup_field (const gchar *field_name, const gchar **title, EmpathyContactInfoFormatFunc *linkify); char *empathy_contact_info_field_label (const char *field_name, |