aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-05 12:08:01 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-05 12:08:01 +0000
commit5ba8faf0c523b399e2297dc254957b51d9650826 (patch)
tree4f57adaac8313fcbbc4a90089298c6d4530ebb4e /tethereal.c
parentd1b6034729a0e5ff7dac2ac62c6ce57892f7ccaa (diff)
Make "cf_open()" match the prototype in "file.h".
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13302 f5534014-38df-0310-8fa8-9805f1628bb7
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;