From e3dc6e281aae288e995f9d6a2675662ac3d0749f Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Wed, 12 Jul 2006 15:57:01 +0000 Subject: - Make DBusPendingCall an opaque type even to D-Bus internals --- dbus/dbus-pending-call.h | 1 - 1 file changed, 1 deletion(-) (limited to 'dbus/dbus-pending-call.h') diff --git a/dbus/dbus-pending-call.h b/dbus/dbus-pending-call.h index f63fa197..ed2de084 100644 --- a/dbus/dbus-pending-call.h +++ b/dbus/dbus-pending-call.h @@ -52,7 +52,6 @@ dbus_bool_t dbus_pending_call_set_data (DBusPendingCall *pending, DBusFreeFunction free_data_func); void* dbus_pending_call_get_data (DBusPendingCall *pending, dbus_int32_t slot); - DBUS_END_DECLS #endif /* DBUS_PENDING_CALL_H */ -- cgit