summaryrefslogtreecommitdiff
path: root/tethereal.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-02-05 12:08:01 +0000
committerGuy Harris <guy@alum.mit.edu>2005-02-05 12:08:01 +0000
commit3e07757e58905e8451b57b5a8b642f80f0049643 (patch)
tree4f57adaac8313fcbbc4a90089298c6d4530ebb4e /tethereal.c
parent49b4e57a10cc293ea43d2d5181ca4a457861f28a (diff)
downloadwireshark-3e07757e58905e8451b57b5a8b642f80f0049643.tar.gz
Make "cf_open()" match the prototype in "file.h".
svn path=/trunk/; revision=13302
Diffstat (limited to 'tethereal.c')
-rw-r--r--tethereal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tethereal.c b/tethereal.c
index 3eebd27a72..f59e5d1fb8 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -3197,7 +3197,7 @@ open_failure_message(const char *filename, int err, gboolean for_writing)
}
gboolean
-cf_open(capture_file *cf, char *fname, gboolean is_tempfile, int *err)
+cf_open(capture_file *cf, const char *fname, gboolean is_tempfile, int *err)
{
wtap *wth;
gchar *err_info;