Wireshark  4.3.0
The Wireshark network protocol analyzer
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
17 extern "C" {
18 #endif /* __cplusplus */
19 
24 extern 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