summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-pending-call.h
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-07-12 15:57:01 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-07-12 15:57:01 +0000
commite3dc6e281aae288e995f9d6a2675662ac3d0749f (patch)
treeb7e36821f191ac4ab1238958fd68283aa68f8931 /dbus/dbus-pending-call.h
parent7553adeaacd3984c22bb23e0764d5f4ec9a9ae69 (diff)
- Make DBusPendingCall an opaque type even to D-Bus internals
Diffstat (limited to 'dbus/dbus-pending-call.h')
-rw-r--r--dbus/dbus-pending-call.h1
1 files changed, 0 insertions, 1 deletions
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 */