diff options
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 090de9dfd..e6bcfebfc 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -78,8 +78,7 @@ gboolean empathy_proxy_equal (gconstpointer a, gconstpointer b); guint empathy_proxy_hash (gconstpointer key); gboolean empathy_check_available_state (void); -gchar * empathy_connection_get_protocol (TpConnection *connection, - gchar **cm_name); + G_END_DECLS #endif /* __EMPATHY_UTILS_H__ */ |