aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-tube.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-tp-tube.h')
-rw-r--r--libempathy/empathy-tp-tube.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libempathy/empathy-tp-tube.h b/libempathy/empathy-tp-tube.h
index b4c009ba1..72314d437 100644
--- a/libempathy/empathy-tp-tube.h
+++ b/libempathy/empathy-tp-tube.h
@@ -55,15 +55,14 @@ struct _EmpathyTpTubeClass {
GType empathy_tp_tube_get_type (void) G_GNUC_CONST;
EmpathyTpTube *empathy_tp_tube_new (TpChannel *channel, guint tube_id);
+EmpathyTpTube *empathy_tp_tube_new_ipv4_stream_tube (EmpathyContact *contact,
+ const gchar *hostname, guint port, const gchar *service);
void empathy_tp_tube_accept_ipv4_stream_tube (EmpathyTpTube *tube);
void empathy_tp_tube_accept_unix_stream_tube (EmpathyTpTube *tube);
void empathy_tp_tube_get_ipv4_socket (EmpathyTpTube *tube, gchar **hostname,
guint *port);
gchar * empathy_tp_tube_get_unix_socket (EmpathyTpTube *tube);
-void empathy_offer_ipv4_stream_tube (EmpathyContact *contact,
- const gchar *hostname, guint port, const gchar *service);
-
G_END_DECLS
#endif /* __EMPATHY_TP_TUBE_H__ */