From f52e03ff473a504a9a12a98b68b9b923de664fe2 Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Fri, 26 Feb 2010 11:42:59 -0500 Subject: Import Eric Anholts hash table implementation Adapted from git://people.freedesktop.org/~anholt/hash_table. --- connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connection.h') 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); -- cgit