update epan/dissectors/pidl/drsuapi/drsuapi.idl from samba
[wireshark-sm.git] / ui / persfilepath_opt.h
blobf408f71d562d63e23de293ddb26e1210268d66fd
1 /** @file
3 * Definitions of routines to handle command-line options to set paths
4 * for directories containing personal files (configuration, saved
5 * captures)
7 * Wireshark - Network traffic analyzer
8 * By Gerald Combs <gerald@wireshark.org>
9 * Copyright 1998 Gerald Combs
11 * SPDX-License-Identifier: GPL-2.0-or-later
14 #ifndef PERSFILEPATH_OPT_H
15 #define PERSFILEPATH_OPT_H
17 #ifdef __cplusplus
18 extern "C" {
19 #endif /* __cplusplus */
22 * process command line option that affects the paths of the directories
23 * used for personal files (configuration, saved captures)
25 extern bool persfilepath_opt(int opt, const char *optstr);
27 #ifdef __cplusplus
29 #endif /* __cplusplus */
31 #endif /* PERSFILEPATH_OPT_H */