diff options
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 b8136524..6c753a50 100644 --- a/dbus/dbus-hash.h +++ b/dbus/dbus-hash.h @@ -82,9 +82,9 @@ void* _dbus_hash_table_lookup_string (DBusHashTable *table, const char *key); void* _dbus_hash_table_lookup_int (DBusHashTable *table, int key); -void _dbus_hash_table_remove_string (DBusHashTable *table, +dbus_bool_t _dbus_hash_table_remove_string (DBusHashTable *table, const char *key); -void _dbus_hash_table_remove_int (DBusHashTable *table, +dbus_bool_t _dbus_hash_table_remove_int (DBusHashTable *table, int key); dbus_bool_t _dbus_hash_table_insert_string (DBusHashTable *table, char *key, |