summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-pending-call.h
diff options
context:
space:
mode:
authorOlivier Andrieu <oliv__a@users.sourceforge.net>2004-09-09 10:20:17 +0000
committerOlivier Andrieu <oliv__a@users.sourceforge.net>2004-09-09 10:20:17 +0000
commita9ff341aa66588c12275529ee2d16843b493cb4f (patch)
treeae0302802f75b8a548561c62b79518a270c95c6b /dbus/dbus-pending-call.h
parent7f68b30899b1294c25a9b505802a04444f857790 (diff)
remove the ; after DBUS_(BEGIN|END)_DECLS (bug #974)
Diffstat (limited to 'dbus/dbus-pending-call.h')
-rw-r--r--dbus/dbus-pending-call.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-pending-call.h b/dbus/dbus-pending-call.h
index 075a1cf5..25ce8bad 100644
--- a/dbus/dbus-pending-call.h
+++ b/dbus/dbus-pending-call.h
@@ -31,7 +31,7 @@
#include <dbus/dbus-types.h>
#include <dbus/dbus-connection.h>
-DBUS_BEGIN_DECLS;
+DBUS_BEGIN_DECLS
DBusPendingCall* dbus_pending_call_ref (DBusPendingCall *pending);
void dbus_pending_call_unref (DBusPendingCall *pending);
@@ -53,6 +53,6 @@ dbus_bool_t dbus_pending_call_set_data (DBusPendingCall *pending,
void* dbus_pending_call_get_data (DBusPendingCall *pending,
dbus_int32_t slot);
-DBUS_END_DECLS;
+DBUS_END_DECLS
#endif /* DBUS_PENDING_CALL_H */