Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
18extern "C" {
19#endif /* __cplusplus */
20
29extern bool persfilepath_opt(int opt, const char *optstr);
30
31#ifdef __cplusplus
32}
33#endif /* __cplusplus */
34
35#endif /* PERSFILEPATH_OPT_H */
bool persfilepath_opt(int opt, const char *optstr)
Process command line option that affects the paths of the directories used for personal files (config...
Definition persfilepath_opt.c:28