summaryrefslogtreecommitdiff
path: root/epan/filesystem.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-03-02 00:06:20 +0000
committerGuy Harris <guy@alum.mit.edu>2010-03-02 00:06:20 +0000
commitba5564f32e2f17f26f222b117e15db22bfd3f635 (patch)
treea75c8dc7053d87c86d381126aceea03ef3aad46c /epan/filesystem.h
parent15e32b3c73c2a812e8ab4096ab8bb21190f59a00 (diff)
downloadwireshark-ba5564f32e2f17f26f222b117e15db22bfd3f635.tar.gz
Squelch some compiler warnings, clean up indentation, clean up a
comment. svn path=/trunk/; revision=32076
Diffstat (limited to 'epan/filesystem.h')
-rw-r--r--epan/filesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/filesystem.h b/epan/filesystem.h
index 6998147d5b..6e459393f3 100644
--- a/epan/filesystem.h
+++ b/epan/filesystem.h
@@ -186,7 +186,7 @@ extern char *get_persconffile_path(const char *filename, gboolean from_profile,
* On Win32, this is the "My Documents" folder in the personal profile.
* On UNIX this is simply the current directory.
*/
-extern char *get_persdatafile_dir(void);
+extern const char *get_persdatafile_dir(void);
/*
* Construct the path name of a file in $TMP/%TEMP% directory.