diff options
Diffstat (limited to 'libempathy/empathy-tp-tube.h')
-rw-r--r-- | libempathy/empathy-tp-tube.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-tube.h b/libempathy/empathy-tp-tube.h index 22f6b8dc8..b4c009ba1 100644 --- a/libempathy/empathy-tp-tube.h +++ b/libempathy/empathy-tp-tube.h @@ -26,6 +26,8 @@ #include <telepathy-glib/channel.h> +#include "empathy-contact.h" + G_BEGIN_DECLS #define EMPATHY_TYPE_TP_TUBE (empathy_tp_tube_get_type ()) @@ -59,6 +61,9 @@ 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__ */ |