diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-04-02 17:24:19 -0400 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-04-02 17:24:19 -0400 |
| commit | 7d9f164cdc7ae0e7d1b0a967c1ea52a5e5e5a5ca (patch) | |
| tree | 142315b6b5faaab9a0eb07ba9a0d5a897845c70f /src/map.h | |
| parent | 2ec2f4549722921c1ad8a0d3b994a872fe781fd3 (diff) | |
- add an explicit initialization step, and work out how to add/remove map
configuration at an API level
Diffstat (limited to 'src/map.h')
| -rw-r--r-- | src/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ struct plugin_state; +void map_init(struct plugin_state *state); bool_t map_supports_domain(struct plugin_state *state, const char *domain, bool_t *supported); |
