diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2010-02-26 11:42:59 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-02-26 11:42:59 -0500 |
commit | f52e03ff473a504a9a12a98b68b9b923de664fe2 (patch) | |
tree | 0fced1a3bd65ce47d1766fac1f928d34c3e8f0d4 /connection.h | |
parent | a5db589efaedebf2b01a61baa2efc917a7e45d68 (diff) |
Import Eric Anholts hash table implementation
Adapted from git://people.freedesktop.org/~anholt/hash_table.
Diffstat (limited to 'connection.h')
-rw-r--r-- | connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connection.h b/connection.h index 3db07ee..30e82e1 100644 --- a/connection.h +++ b/connection.h @@ -50,7 +50,7 @@ void wl_connection_vmarshal(struct wl_connection *connection, void wl_connection_demarshal(struct wl_connection *connection, uint32_t size, - struct wl_hash *objects, + struct wl_hash_table *objects, void (*func)(void), void *data, struct wl_object *target, const struct wl_message *message); |