summaryrefslogtreecommitdiffstats
path: root/src/map.h
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-25 15:10:35 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-25 15:10:35 -0400
commit231400ce0c648334529718c53835abfd30bd3eaa (patch)
treeceb1dba08e0821f310b25f47592b7251755e3213 /src/map.h
parent6c18db5fafe415dda3d70af40d0b55348e40ff1f (diff)
downloadslapi-nis-231400ce0c648334529718c53835abfd30bd3eaa.tar.gz
slapi-nis-231400ce0c648334529718c53835abfd30bd3eaa.tar.xz
slapi-nis-231400ce0c648334529718c53835abfd30bd3eaa.zip
- don't force the map initialization caller to even bother guessing about the
number of keys we'll need
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 1 insertions, 1 deletions
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,