aboutsummaryrefslogtreecommitdiffstats
path: root/packet-vines.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-24 06:03:34 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-24 06:03:34 +0000
commit8a5d5f9bde91019a785a23bab01677cb6eba8739 (patch)
treef9e9ceb8feb9b474fd6f6627ea0f976493553503 /packet-vines.h
parentc2b87a5d1e88ad6819175735ee537b5081d23da6 (diff)
From Joerg Mayer: get rid of extra arguments to capture routines.
svn path=/trunk/; revision=5233
Diffstat (limited to 'packet-vines.h')
-rw-r--r--packet-vines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-vines.h b/packet-vines.h
index 8ccb580848..bb5a486ead 100644
--- a/packet-vines.h
+++ b/packet-vines.h
@@ -1,7 +1,7 @@
/* packet-vines.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet-vines.h,v 1.11 2002/01/21 07:36:44 guy Exp $
+ * $Id: packet-vines.h,v 1.12 2002/04/24 06:03:34 guy Exp $
*
* Don Lafontaine <lafont02@cn.ca>
*
@@ -108,6 +108,6 @@ typedef struct _e_vsmb {
guint32 vsmb_ttw;
} e_vsmb;
-void capture_vines(const u_char *, int, int, packet_counts *);
+void capture_vines(packet_counts *);
#endif /* packet-vines.h */