summaryrefslogtreecommitdiffstats
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map.h b/src/map.h
index 3db1c9d..bb79ed2 100644
--- a/src/map.h
+++ b/src/map.h
@@ -79,8 +79,7 @@ void map_data_unset_entry_id(struct plugin_state *state,
void map_data_set_entry(struct plugin_state *state,
const char *domain_name, const char *map_name,
const char *id,
- unsigned int n_keys,
- unsigned int *key_len, char **keys,
+ unsigned int *key_lengths, char **keys,
unsigned int value_len, char *value);
bool_t map_data_check_entry(struct plugin_state *state,
const char *domain_name, const char *map_name,