summaryrefslogtreecommitdiff
path: root/src/bytestream-iface.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-02-04 17:06:54 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-05-02 15:11:32 +0100
commit3cd3ffc609f92a534317f006eb4401f39bc4b279 (patch)
treecfad467e4798bf5cacd09f8953fcd48a61c10f26 /src/bytestream-iface.h
parent0de3d249d69bb99fddbcf72e4dafe36660245eb7 (diff)
stop using LmMessageNode wrapper
WockyNode is the future. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'src/bytestream-iface.h')
-rw-r--r--src/bytestream-iface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytestream-iface.h b/src/bytestream-iface.h
index f8802b5b8..67b55e3f9 100644
--- a/src/bytestream-iface.h
+++ b/src/bytestream-iface.h
@@ -43,7 +43,7 @@ typedef enum
} GabbleBytestreamState;
typedef void (* GabbleBytestreamAugmentSiAcceptReply) (
- LmMessageNode *si, gpointer user_data);
+ WockyNode *si, gpointer user_data);
typedef struct _GabbleBytestreamIface GabbleBytestreamIface;
typedef struct _GabbleBytestreamIfaceClass GabbleBytestreamIfaceClass;