summaryrefslogtreecommitdiffstats
path: root/src/map.h
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-01 17:13:02 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-01 17:13:02 -0400
commitaccd0ff71964d825c86ee4d796dce48b36f010b5 (patch)
tree811fb8a570ec90fe4e8bef77857ed76acecf705e /src/map.h
parent8fd9aba6535dc5c5413aed497cd20e64fa703a83 (diff)
downloadslapi-nis-accd0ff71964d825c86ee4d796dce48b36f010b5.tar.gz
slapi-nis-accd0ff71964d825c86ee4d796dce48b36f010b5.tar.xz
slapi-nis-accd0ff71964d825c86ee4d796dce48b36f010b5.zip
- fixup entry the iteration API so that its new, only, consumer can use it right
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map.h b/src/map.h
index 6a8e4a5..5f7749b 100644
--- a/src/map.h
+++ b/src/map.h
@@ -85,7 +85,9 @@ void map_data_set_entry(struct plugin_state *state,
bool_t map_data_check_entry(struct plugin_state *state,
const char *domain_name, const char *map_name,
const char *id);
-bool_t map_data_foreach_entry_id(struct plugin_state *state, const char *id,
+bool_t map_data_foreach_entry_id(struct plugin_state *state,
+ const char *domain, const char *map,
+ const char *id,
bool_t (*fn)(const char *domain,
const char *map,
bool_t secure,