diff options
author | Havoc Pennington <hp@redhat.com> | 2002-11-23 07:05:53 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2002-11-23 07:05:53 +0000 |
commit | 55de3878c42f8254bac653b7c1998e79a1658ae2 (patch) | |
tree | 4b82a4f6cab2d11a9dbef77def9b16875899b55d /dbus/dbus-hash.h | |
parent | 1428c65e7c46fd9f52e43b7424c56552ec2686e8 (diff) |
2002-11-23 Havoc Pennington <hp@pobox.com>
* dbus/dbus-message.h: put semicolons after DEBUG_BEGIN_DECLS
to avoid confusing Doxygen
* dbus/dbus-hash.c: @} not }@
* dbus/dbus-message.c (struct DBusMessage): split out
internals docs
Diffstat (limited to 'dbus/dbus-hash.h')
-rw-r--r-- | dbus/dbus-hash.h | 4 |
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 */ |