From 231400ce0c648334529718c53835abfd30bd3eaa Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 25 Jun 2008 15:10:35 -0400 Subject: - don't force the map initialization caller to even bother guessing about the number of keys we'll need --- src/map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 30db7bc..3db1c9d 100644 --- a/src/map.h +++ b/src/map.h @@ -71,7 +71,7 @@ void map_data_unset_map(struct plugin_state *state, const char *domain_name, const char *map_name); void map_data_set_map(struct plugin_state *state, const char *domain_name, const char *map_name, - unsigned int n_keys, bool_t secure, + bool_t secure, void *backend_data, void (*free_backend_data)(void *p)); void map_data_unset_entry_id(struct plugin_state *state, const char *domain_name, const char *map_name, -- cgit