aboutsummaryrefslogtreecommitdiffstats
path: root/libibex/ibex.h
diff options
context:
space:
mode:
Diffstat (limited to 'libibex/ibex.h')
-rw-r--r--libibex/ibex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libibex/ibex.h b/libibex/ibex.h
index bb818e6d34..e24508aaf7 100644
--- a/libibex/ibex.h
+++ b/libibex/ibex.h
@@ -92,5 +92,8 @@ gboolean ibex_find_name (ibex *ib, char *name, char *word);
*/
GPtrArray *ibex_find_all (ibex *ib, GPtrArray *words);
+/* Debug function, dumps the whole index tree, showing removed files as well */
+void ibex_dump_all (ibex *ib);
+
#endif /* ! IBEX_H */