From d453f6d99253d5946a4c150c57a7ab8bce2a0715 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 24 Oct 2001 06:13:07 +0000 Subject: 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 --- epan/filesystem.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'epan/filesystem.h') 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 @@ -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 */ -- cgit v1.2.1