summaryrefslogtreecommitdiff
path: root/wiretap/visual.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-02-27 08:57:25 +0000
committerGuy Harris <guy@alum.mit.edu>2002-02-27 08:57:25 +0000
commitcbf5c537c4e0ad18f3363815c89e71511a3d3fd7 (patch)
tree76f73e3b705843a74596e48d8d86d05eaa1f4461 /wiretap/visual.h
parent03e58907613b5f73236fcde0d81668a1f3f920bc (diff)
downloadwireshark-cbf5c537c4e0ad18f3363815c89e71511a3d3fd7.tar.gz
From Joerg Mayer: remove unused variables and declarations of
non-existent functions. Remove the "filetype" argument from the "can_write_encap" functions for particular capture file types - the argument value is implicit, in that the routine being called is the routine for that particular file type. svn path=/trunk/; revision=4823
Diffstat (limited to 'wiretap/visual.h')
-rw-r--r--wiretap/visual.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/visual.h b/wiretap/visual.h
index c77bcf63c9..7102664280 100644
--- a/wiretap/visual.h
+++ b/wiretap/visual.h
@@ -5,7 +5,7 @@
*
* Based on the code that handles netmon files.
*
- * $Id: visual.h,v 1.2 2001/12/05 21:42:42 guy Exp $
+ * $Id: visual.h,v 1.3 2002/02/27 08:57:25 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -30,6 +30,6 @@
int visual_open(wtap *wth, int *err);
gboolean visual_dump_open(wtap_dumper *wdh, int *err);
-int visual_dump_can_write_encap(int filetype, int encap);
+int visual_dump_can_write_encap(int encap);
#endif