aboutsummaryrefslogtreecommitdiffstats
path: root/ui/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/util.h')
-rw-r--r--ui/util.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/util.h b/ui/util.h
index 214443292f..7fb5e17df1 100644
--- a/ui/util.h
+++ b/ui/util.h
@@ -52,6 +52,12 @@ void compute_timestamp_diff(gint *diffsec, gint *diffusec,
*/
const char *get_conn_cfilter(void);
+/** Set the latest opened directory.
+ * Will already be done when using file_selection_new().
+ *
+ * @param dirname the dirname
+ */
+extern void set_last_open_dir(const char *dirname);
#ifdef __cplusplus
}