Fix the declaration of "rec_dissector_t" to include a return value type.
authorGuy Harris <guy@alum.mit.edu>
Tue, 19 Feb 2002 03:43:08 +0000 (03:43 -0000)
committerGuy Harris <guy@alum.mit.edu>
Tue, 19 Feb 2002 03:43:08 +0000 (03:43 -0000)
svn path=/trunk/; revision=4756

rpc_defrag.h

index 2f7dc29876531d4197161baad9bc29a459b0756e..82a5f87d0a640be6ec91f4c039fe6da7f5a28c05 100644 (file)
@@ -1,7 +1,7 @@
 /* rpc-defrag.h
  * Declarations for RPC defragmentation
  *
- * $Id: rpc_defrag.h,v 1.1 2002/02/18 23:51:55 guy Exp $
+ * $Id: rpc_defrag.h,v 1.2 2002/02/19 03:43:08 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -31,7 +31,7 @@
 #define RPC_RM_LASTFRAG        0x80000000L
 #define RPC_RM_FRAGLEN 0x7fffffffL
 
-typedef (*rec_dissector_t)(tvbuff_t *, packet_info *, proto_tree *,
+typedef gboolean (*rec_dissector_t)(tvbuff_t *, packet_info *, proto_tree *,
        tvbuff_t *, fragment_data *, gboolean, guint32);
 
 extern void show_rpc_fraginfo(tvbuff_t *tvb, tvbuff_t *frag_tvb,