diff options
Diffstat (limited to 'e-util/e-pilot-map.h')
-rw-r--r-- | e-util/e-pilot-map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-pilot-map.h b/e-util/e-pilot-map.h index ddb1e043c8..ff02994645 100644 --- a/e-util/e-pilot-map.h +++ b/e-util/e-pilot-map.h @@ -51,6 +51,8 @@ const char * e_pilot_map_lookup_uid (EPilotMap *map, guint32 pid, gboolean touch int e_pilot_map_read (const char *filename, EPilotMap **map); int e_pilot_map_write (const char *filename, EPilotMap *map); +void e_pilot_map_clear (EPilotMap *map); + void e_pilot_map_destroy (EPilotMap *map); #endif /* E_PILOT_MAP_H */ |