From df008ef97deacd5bb00ac335e5d8671798fa09dd Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 6 Apr 2003 23:53:27 +0000 Subject: 2003-04-06 Havoc Pennington * dbus/Makefile.am: split lists of sources into stuff that goes in the library, util functions that go in the lib and are also used elsewhere, and util functions that are used in tests/daemon but don't go in the lib. * dbus/dbus-mainloop.h, dbus/dbus-mainloop.c: move bus/loop.[hc] here so it can be used in test binaries also --- bus/utils.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'bus/utils.h') diff --git a/bus/utils.h b/bus/utils.h index 5b30de60..15f05088 100644 --- a/bus/utils.h +++ b/bus/utils.h @@ -27,9 +27,6 @@ #include -int bus_get_oom_wait (void); -void bus_wait_for_memory (void); - extern const char bus_no_memory_message[]; #define BUS_SET_OOM(error) dbus_set_error ((error), DBUS_ERROR_NO_MEMORY, bus_no_memory_message) -- cgit