summaryrefslogtreecommitdiff
path: root/src/bytestream-iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytestream-iface.h')
-rw-r--r--src/bytestream-iface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bytestream-iface.h b/src/bytestream-iface.h
index f8802b5b8..6a5323124 100644
--- a/src/bytestream-iface.h
+++ b/src/bytestream-iface.h
@@ -21,7 +21,7 @@
#define __GABBLE_BYTESTREAM_IFACE_H__
#include <glib-object.h>
-#include <loudmouth/loudmouth.h>
+#include <wocky/wocky.h>
G_BEGIN_DECLS
@@ -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;