summaryrefslogtreecommitdiffstats
path: root/src/map.h
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2008-06-16 17:01:00 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2008-06-16 17:01:00 -0400
commit4f5e14211ff8238f62cb15186379b6b9ecffef51 (patch)
treea7353af5c7d3a7b0db81f36300821c10b371111a /src/map.h
parentacaafdc2b3dbf8b431886f69ede9d3d4e693e869 (diff)
- remove map_data_unset_entry_key(), which isn't being used
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map.h b/src/map.h
index e0ae03f..f7cb49d 100644
--- a/src/map.h
+++ b/src/map.h
@@ -74,9 +74,6 @@ void map_data_set_map(struct plugin_state *state,
const char *domain_name, const char *map_name,
bool_t secure,
void *backend_data, void (*free_backend_data)(void *p));
-void map_data_unset_entry_key(struct plugin_state *state,
- const char *domain_name, const char *map_name,
- unsigned int key_len, const char *key);
void map_data_unset_entry_id(struct plugin_state *state,
const char *domain_name, const char *map_name,
const char *id);