Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
last_open_dir.h
Go to the documentation of this file.
1
13#ifndef __UI_LAST_OPEN_DIR_H__
14#define __UI_LAST_OPEN_DIR_H__
15
16#ifdef __cplusplus
17extern "C" {
18#endif /* __cplusplus */
19
24extern char *get_last_open_dir(void);
25
26#ifdef __cplusplus
27}
28#endif /* __cplusplus */
29
30#endif /* __UI_LAST_OPEN_DIR_H__ */
char * get_last_open_dir(void)
Definition util.c:349