3 * Routine to fetch the last directory in which a file was opened;
4 * its implementation is GUI-dependent, but the API isn't
6 * Wireshark - Network traffic analyzer
7 * By Gerald Combs <gerald@wireshark.org>
8 * Copyright 1998 Gerald Combs
10 * SPDX-License-Identifier: GPL-2.0-or-later
13 #ifndef __UI_LAST_OPEN_DIR_H__
14 #define __UI_LAST_OPEN_DIR_H__
18 #endif /* __cplusplus */
20 /** Get the latest opened directory.
24 extern char *get_last_open_dir(void);
28 #endif /* __cplusplus */
30 #endif /* __UI_LAST_OPEN_DIR_H__ */