aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-history.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-history.h')
-rw-r--r--shell/e-history.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/e-history.h b/shell/e-history.h
index f2d4efb1fa..d9204441f5 100644
--- a/shell/e-history.h
+++ b/shell/e-history.h
@@ -77,6 +77,10 @@ void *e_history_get_current (EHistory *history);
void e_history_add (EHistory *history,
void *data);
+void e_history_remove_matching (EHistory *history,
+ const void *data,
+ GCompareFunc compare_func);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */