From 4c95a9782c65f88e2904c44abeb734a1b00f6353 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sat, 15 Mar 2003 02:19:02 +0000 Subject: 2003-03-14 Havoc Pennington * dbus/dbus-memory.c: add a "detect buffer overwrites on free" cheesy hack * dbus/dbus-transport-debug.c: rework this a good bit to be less complicated. hopefully still works. * dbus/dbus-server-debug.c (handle_new_client): remove timeout manually * glib/dbus-gmain.c (timeout_handler): don't remove timeout after running it * dbus/dbus-message.c (dbus_message_copy): rename from dbus_message_new_from_message, fix it up to copy all the message fields, add test case * bus/dispatch.c (bus_dispatch_test): add some more test code, not quite passing yet --- dbus/dbus-timeout.h | 1 - 1 file changed, 1 deletion(-) (limited to 'dbus/dbus-timeout.h') diff --git a/dbus/dbus-timeout.h b/dbus/dbus-timeout.h index 9de12e8f..2d7112a7 100644 --- a/dbus/dbus-timeout.h +++ b/dbus/dbus-timeout.h @@ -41,7 +41,6 @@ DBusTimeout* _dbus_timeout_new (int interval, void _dbus_timeout_ref (DBusTimeout *timeout); void _dbus_timeout_unref (DBusTimeout *timeout); - DBusTimeoutList *_dbus_timeout_list_new (void); void _dbus_timeout_list_free (DBusTimeoutList *timeout_list); dbus_bool_t _dbus_timeout_list_set_functions (DBusTimeoutList *timeout_list, -- cgit