3 * Definitions of routines to handle command-line options to set paths
4 * for directories containing personal files (configuration, saved
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
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
);
29 #endif /* __cplusplus */
31 #endif /* PERSFILEPATH_OPT_H */