summaryrefslogtreecommitdiff
path: root/epan/filesystem.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-03-14 02:55:54 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-03-14 02:55:54 +0000
commit7366ae37a0e792468df253c4726de5eabbb8fdbb (patch)
treeff5c43814ee1f5d4cecb07253e05023d81765521 /epan/filesystem.h
parenteeea95ccbeb0eefc98dae597dc091ec881fc77a8 (diff)
downloadwireshark-7366ae37a0e792468df253c4726de5eabbb8fdbb.tar.gz
as requested by "John T. Haller" for PortableApps.com:
add new WS command line option -P to be able to change some of the path settings this is experimental, please report bugs svn path=/trunk/; revision=21022
Diffstat (limited to 'epan/filesystem.h')
-rw-r--r--epan/filesystem.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/filesystem.h b/epan/filesystem.h
index 47e6b95d34..0f5cbf7df4 100644
--- a/epan/filesystem.h
+++ b/epan/filesystem.h
@@ -111,6 +111,11 @@ extern char *get_persdatafile_dir(void);
*/
extern char *get_tempfile_path(const char *filename);
+/*
+ * process command line option belonging to the filesystem settings
+ */
+extern int filesystem_opt(int opt, const char *optarg);
+
/*
* Return an error message for UNIX-style errno indications on open or
* create operations.