summaryrefslogtreecommitdiff
path: root/src/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection.h')
-rw-r--r--src/connection.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/connection.h b/src/connection.h
index 1677bf1..0eef922 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -98,7 +98,9 @@ GType haze_connection_get_type (void);
const gchar *haze_get_fallback_group (void);
-const gchar **haze_connection_get_implemented_interfaces (void);
+GPtrArray * haze_connection_dup_implemented_interfaces (
+ PurplePluginProtocolInfo *prpl_info);
+
const gchar **haze_connection_get_guaranteed_interfaces (void);
void haze_connection_request_password (PurpleAccount *account,