summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-test.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-01-24 05:56:25 +0000
committerHavoc Pennington <hp@redhat.com>2005-01-24 05:56:25 +0000
commit72c433f80ba964f03688b61ff754b1c93d0fb4ad (patch)
tree0247b62780feaa20358679b9fce9a0e2c8b74a44 /dbus/dbus-test.h
parent9d21554dd3b560952cd5aa607c4ec07898c0b260 (diff)
2005-01-24 Havoc Pennington <hp@redhat.com>
* dbus/dbus-message-factory.c: more testing of message validation * dbus/dbus-protocol.h (DBUS_MINIMUM_HEADER_SIZE): move to this header
Diffstat (limited to 'dbus/dbus-test.h')
-rw-r--r--dbus/dbus-test.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/dbus/dbus-test.h b/dbus/dbus-test.h
index 06d368fa..9a63914f 100644
--- a/dbus/dbus-test.h
+++ b/dbus/dbus-test.h
@@ -69,8 +69,10 @@ typedef dbus_bool_t (* DBusForeachMessageFileFunc) (const DBusString *filename
dbus_bool_t dbus_internal_do_not_use_foreach_message_file (const char *test_data_dir,
DBusForeachMessageFileFunc func,
void *user_data);
-
-
+dbus_bool_t dbus_internal_do_not_use_generate_bodies (int sequence,
+ int byte_order,
+ DBusString *signature,
+ DBusString *body);
#endif /* DBUS_TEST_H */