diff options
Diffstat (limited to '')
-rw-r--r-- | lib/mcconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mcconfig.h b/lib/mcconfig.h index 0c3ab3b..abc28ef 100644 --- a/lib/mcconfig.h +++ b/lib/mcconfig.h @@ -105,6 +105,8 @@ vfs_path_t *mc_config_get_full_vpath (const char *config_name); /* read history to the mc_config, but don't save config to file */ GList *mc_config_history_get (const char *name); +/* read recent item from the history */ +char *mc_config_history_get_recent_item (const char *name); /* load history from the mc_config */ GList *mc_config_history_load (mc_config_t * cfg, const char *name); /* save history to the mc_config, but don't save config to file */ |