Fix the declaration of pointers to "tcp_dissect_pdus()".

svn path=/trunk/; revision=5400
This commit is contained in:
Guy Harris 2002-05-05 22:30:39 +00:00
parent ded6d3e2f4
commit 3355fdf0f3
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* plugin_table.h
* Table of exported addresses for Ethereal plugins.
*
* $Id: plugin_table.h,v 1.46 2002/05/05 00:34:12 guy Exp $
* $Id: plugin_table.h,v 1.47 2002/05/05 22:30:39 guy Exp $
*
* Ethereal - Network traffic analyzer
* Copyright 2000 by Gilbert Ramirez <gram@alumni.rice.edu>
@ -73,7 +73,7 @@ typedef int (*addr_call_dissector)(dissector_handle_t, tvbuff_t *,
packet_info *, proto_tree *);
typedef void (*addr_tcp_dissect_pdus)(tvbuff_t *, packet_info *, proto_tree *,
gboolean, int, guint (*)(tvbuff_t *, int),
gboolean, guint, guint (*)(tvbuff_t *, int),
void (*)(tvbuff_t *, packet_info *, proto_tree *));
typedef gboolean (*addr_proto_is_protocol_enabled)(int);