summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-hash.h')
-rw-r--r--dbus/dbus-hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-hash.h b/dbus/dbus-hash.h
index cc6fb19d..267b2e94 100644
--- a/dbus/dbus-hash.h
+++ b/dbus/dbus-hash.h
@@ -27,7 +27,7 @@
#include <dbus/dbus-memory.h>
#include <dbus/dbus-types.h>
-DBUS_BEGIN_DECLS
+DBUS_BEGIN_DECLS;
/* The iterator is on the stack, but its real fields are
* hidden privately.
@@ -94,6 +94,6 @@ dbus_bool_t _dbus_hash_table_insert_int (DBusHashTable *table,
void *value);
int _dbus_hash_table_get_n_entries (DBusHashTable *table);
-DBUS_END_DECLS
+DBUS_END_DECLS;
#endif /* DBUS_HASH_H */