summaryrefslogtreecommitdiff
path: root/src/bytestream-iface.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2007-08-30 13:13:51 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2007-08-30 13:13:51 +0000
commit2894e7349821393df0cfd2cdb9c0c71357f698a5 (patch)
tree9ded7efb2545e39263b1557e59d97844c5dcb175 /src/bytestream-iface.h
parent1140e4e99623920c680dd4fbe68a6d2eaf43dad7 (diff)
drop gabble_bytestream_iface_make_accept_iq and use gabble_bytestream_iface_get_protocol to create the SI request (as in Salut)
Diffstat (limited to 'src/bytestream-iface.h')
-rw-r--r--src/bytestream-iface.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bytestream-iface.h b/src/bytestream-iface.h
index f9e8a51fa..b818ef4ae 100644
--- a/src/bytestream-iface.h
+++ b/src/bytestream-iface.h
@@ -52,7 +52,6 @@ struct _GabbleBytestreamIfaceClass {
void (*close) (GabbleBytestreamIface *bytestream);
void (*accept) (GabbleBytestreamIface *bytestream, LmMessage *msg);
const gchar * (*get_protocol) (GabbleBytestreamIface *bytestream);
- LmMessage * (*make_accept_iq) (GabbleBytestreamIface *bytestream);
};
GType gabble_bytestream_iface_get_type (void);
@@ -86,9 +85,6 @@ gabble_bytestream_iface_accept (GabbleBytestreamIface *bytestream,
const gchar *
gabble_bytestream_iface_get_protocol (GabbleBytestreamIface *bytestream);
-LmMessage *
-gabble_bytestream_iface_make_accept_iq (GabbleBytestreamIface *bytestream);
-
G_END_DECLS
#endif /* #ifndef __GABBLE_BYTESTREAM_IFACE_H__ */