diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-05-02 12:44:12 +0000 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2007-05-02 12:44:12 +0000 |
commit | 205de39bf255673fd1920b65815467ebb1a81f09 (patch) | |
tree | 61bb916938653c1f9682a78c4ac480cfd46e8718 /src/bytestream-ibb.h | |
parent | 2ade13d0c9729a3f99b7d459cf86ec4ff5dd03e5 (diff) |
catch sending errors when sending IBB open stanza
Diffstat (limited to 'src/bytestream-ibb.h')
-rw-r--r-- | src/bytestream-ibb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytestream-ibb.h b/src/bytestream-ibb.h index 7c1d8b83e..3b1985312 100644 --- a/src/bytestream-ibb.h +++ b/src/bytestream-ibb.h @@ -75,7 +75,7 @@ GType gabble_bytestream_ibb_get_type (void); (G_TYPE_INSTANCE_GET_CLASS ((obj), GABBLE_TYPE_BYTESTREAM_IBB,\ GabbleBytestreamIBBClass)) -void +gboolean gabble_bytestream_ibb_initiation (GabbleBytestreamIBB *ibb); gboolean |