Wireshark  4.3.0
The Wireshark network protocol analyzer
persfilepath_opt.h
Go to the documentation of this file.
1 
14 #ifndef PERSFILEPATH_OPT_H
15 #define PERSFILEPATH_OPT_H
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif /* __cplusplus */
20 
21 /*
22  * process command line option that affects the paths of the directories
23  * used for personal files (configuration, saved captures)
24  */
25 extern bool persfilepath_opt(int opt, const char *optstr);
26 
27 #ifdef __cplusplus
28 }
29 #endif /* __cplusplus */
30 
31 #endif /* PERSFILEPATH_OPT_H */