kerberos: make use of &NT_errors_ext
[wireshark-sm.git] / ui / last_open_dir.h
blob9d6e3a9ae71956b92693979b9328485c209eaf2c
1 /** @file
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__
16 #ifdef __cplusplus
17 extern "C" {
18 #endif /* __cplusplus */
20 /** Get the latest opened directory.
22 * @return the dirname
24 extern char *get_last_open_dir(void);
26 #ifdef __cplusplus
28 #endif /* __cplusplus */
30 #endif /* __UI_LAST_OPEN_DIR_H__ */