From a0e550bc608e96a574f3ea8ed4cf3635733c4a09 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 15 Dec 2002 05:39:31 +0000 Subject: 2002-12-15 Havoc Pennington * dbus/dbus-threads.c: add thread stubs that a higher library layer can fill in. e.g. the GLib wrapper might fill them in with GThread stuff. We still need to use this thread API to thread-safe-ize the library. --- dbus/dbus-memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus/dbus-memory.h') diff --git a/dbus/dbus-memory.h b/dbus/dbus-memory.h index 7e4d522b..e0b5a8b9 100644 --- a/dbus/dbus-memory.h +++ b/dbus/dbus-memory.h @@ -45,4 +45,4 @@ typedef void (* DBusFreeFunction) (void *memory); DBUS_END_DECLS; -#endif /* DBUS_MESSAGE_H */ +#endif /* DBUS_MEMORY_H */ -- cgit