summaryrefslogtreecommitdiff
path: root/plugins/gryphon/packet-gryphon.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-05-01 06:56:16 +0000
committerGuy Harris <guy@alum.mit.edu>2002-05-01 06:56:16 +0000
commit09f812b7c2907a99e49fb1c49eb2dbd5cfd87653 (patch)
tree85ada9e261c95ae1658afde936eb8d635ed1de05 /plugins/gryphon/packet-gryphon.h
parent2793de4cf9aed3181e039150f676326186a8df27 (diff)
downloadwireshark-09f812b7c2907a99e49fb1c49eb2dbd5cfd87653.tar.gz
Get rid of unused arguments.
svn path=/trunk/; revision=5325
Diffstat (limited to 'plugins/gryphon/packet-gryphon.h')
-rw-r--r--plugins/gryphon/packet-gryphon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/gryphon/packet-gryphon.h b/plugins/gryphon/packet-gryphon.h
index a981e2532d..f6d947da93 100644
--- a/plugins/gryphon/packet-gryphon.h
+++ b/plugins/gryphon/packet-gryphon.h
@@ -1,7 +1,7 @@
/* packet-gryphon.c
* Definitions for Gryphon packet disassembly structures and routines
*
- * $Id: packet-gryphon.h,v 1.5 2002/05/01 06:15:44 guy Exp $
+ * $Id: packet-gryphon.h,v 1.6 2002/05/01 06:56:16 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Steve Limkemann <stevelim@dgtech.com>
@@ -364,6 +364,6 @@
typedef struct val_str_dsp {
int value;
char *strptr;
- int (*cmd_fnct)(tvbuff_t *, int, int, proto_tree*);
- int (*rsp_fnct)(tvbuff_t *, int, int, proto_tree*);
+ int (*cmd_fnct)(tvbuff_t *, int, proto_tree*);
+ int (*rsp_fnct)(tvbuff_t *, int, proto_tree*);
} val_str_dsp;