From eb4b165e30e59642e62b15d281cca3e6b7c75add Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 29 Dec 2004 22:31:01 +0000 Subject: DBusTypeWriterClass isn't going to work well, so remove vestiges of it. --- dbus/dbus-marshal-recursive.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'dbus/dbus-marshal-recursive.c') diff --git a/dbus/dbus-marshal-recursive.c b/dbus/dbus-marshal-recursive.c index 39acd7e6..c3ea5dbb 100644 --- a/dbus/dbus-marshal-recursive.c +++ b/dbus/dbus-marshal-recursive.c @@ -553,6 +553,16 @@ _dbus_type_reader_next (DBusTypeReader *reader) return _dbus_type_reader_get_current_type (reader) != DBUS_TYPE_INVALID; } + +/* + * + * + * DBusTypeWriter + * + * + * + */ + void _dbus_type_writer_init (DBusTypeWriter *writer, int byte_order, -- cgit