Fix #512: The "Back" button does not operate correctly
[geeqie.git] / src / history_list.h
index bbf4b28..da10b8e 100644 (file)
@@ -36,6 +36,10 @@ void history_list_item_remove(const gchar *key, const gchar *path);
 
 const gchar *history_list_find_last_path_by_key(const gchar *key);
 
+const gchar *history_chain_back();
+const gchar *history_chain_forward();
+void history_chain_append_end(const gchar *path);
+
 /* the returned GList is internal, don't free it */
 GList *history_list_get_by_key(const gchar *key);