aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-pilot-map.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-pilot-map.h')
-rw-r--r--e-util/e-pilot-map.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-pilot-map.h b/e-util/e-pilot-map.h
index 8e3d2b71f6..d8d307ac3d 100644
--- a/e-util/e-pilot-map.h
+++ b/e-util/e-pilot-map.h
@@ -40,6 +40,9 @@ gboolean e_pilot_map_pid_is_archived (EPilotMap *map, guint32 pid);
gboolean e_pilot_map_uid_is_archived (EPilotMap *map, const char *uid);
void e_pilot_map_insert (EPilotMap *map, guint32 pid, const char *uid, gboolean archived);
+void e_pilot_map_remove_by_pid (EPilotMap *map, guint32 pid);
+void e_pilot_map_remove_by_uid (EPilotMap *map, const char *uid);
+
guint32 e_pilot_map_lookup_pid (EPilotMap *map, const char *uid);
const char * e_pilot_map_lookup_uid (EPilotMap *map, guint32 pid);