aboutsummaryrefslogtreecommitdiffstats
path: root/epan/filesystem.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-10-22 23:16:01 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-10-22 23:16:01 +0000
commit0d091b7b55f32dbb4bfbe0b7ed7eec76aac1b784 (patch)
treeba70b7f262878bd13403f5c5f440e0f4be5e85f5 /epan/filesystem.h
parent0d8ca01c2f272d5ccb712b32621e91083b8c4f44 (diff)
The only reason we care about the user's home directory is that their
".ethereal" directory is under it; get rid of "get_home_dir()", and put its code inside "get_persconffile_dir()". (The personal configuration file directory may move, on Windows, to the user's profile directory.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4062 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/filesystem.h')
-rw-r--r--epan/filesystem.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/epan/filesystem.h b/epan/filesystem.h
index 20c459e6e7..a0956dbb69 100644
--- a/epan/filesystem.h
+++ b/epan/filesystem.h
@@ -1,7 +1,7 @@
/* filesystem.h
* Filesystem utility definitions
*
- * $Id: filesystem.h,v 1.6 2001/10/22 22:59:25 guy Exp $
+ * $Id: filesystem.h,v 1.7 2001/10/22 23:16:01 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -71,12 +71,8 @@ const char *get_datafile_dir(void);
*/
const char *get_systemfile_dir(void);
-/* Returns the user's home directory, via the HOME environment
- * variable, or a default directory if HOME is not set */
-const char* get_home_dir(void);
-
/*
- * Get the directory in which personal configuration files reside.
+ * Get the directory in which personal configuration files are stored.
*/
const char *get_persconffile_dir(void);