summaryrefslogtreecommitdiff
path: root/epan/filesystem.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-10-24 06:13:07 +0000
committerGuy Harris <guy@alum.mit.edu>2001-10-24 06:13:07 +0000
commitd453f6d99253d5946a4c150c57a7ab8bce2a0715 (patch)
treead8ca8b08b9ff2a10d2456edf4bc10b4e65b26df /epan/filesystem.h
parent7e27e176c0e8cedb6cbf94dad30c7ac2ca889252 (diff)
downloadwireshark-d453f6d99253d5946a4c150c57a7ab8bce2a0715.tar.gz
On Windows, put Ethereal configuration files under the "Application
Data\Ethereal" directory under the user's profile, as that appears to be the Windows 2000 standard. svn path=/trunk/; revision=4071
Diffstat (limited to 'epan/filesystem.h')
-rw-r--r--epan/filesystem.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/epan/filesystem.h b/epan/filesystem.h
index cb4cfde27e..0e6a2dbbb4 100644
--- a/epan/filesystem.h
+++ b/epan/filesystem.h
@@ -1,7 +1,7 @@
/* filesystem.h
* Filesystem utility definitions
*
- * $Id: filesystem.h,v 1.8 2001/10/23 05:00:59 guy Exp $
+ * $Id: filesystem.h,v 1.9 2001/10/24 06:13:05 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -79,9 +79,10 @@ const char *get_persconffile_dir(void);
/*
* Create the directory that holds personal configuration files, if
* necessary. If we attempted to create it, and failed, return -1 and
- * set "*pf_dir_path_return" to the pathname of the directory; otherwise,
+ * set "*pf_dir_path_return" to the pathname of the directory we failed
+ * to create (it's g_mallocated, so our caller should free it); otherwise,
* return 0.
*/
-int create_persconffile_dir(const char **pf_dir_path_return);
+int create_persconffile_dir(char **pf_dir_path_return);
#endif /* FILESYSTEM_H */