aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x411.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-02-19 01:09:55 +0000
committerGuy Harris <guy@alum.mit.edu>2007-02-19 01:09:55 +0000
commitd00fe9517b75b9f074a46da6d16201ef0aa479d9 (patch)
tree4cf3338c994fe3def0a5fa23eaa37c416cf9d192 /epan/dissectors/packet-x411.h
parent1a2a777a1f629892be9c2dc63f1ce3d50f2673b6 (diff)
dissect_x411_mts_apdu() is an old-style dissector, so it shouldn't
return any value. svn path=/trunk/; revision=20844
Diffstat (limited to 'epan/dissectors/packet-x411.h')
-rw-r--r--epan/dissectors/packet-x411.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-x411.h b/epan/dissectors/packet-x411.h
index 438c1f5ab0..ab2376951f 100644
--- a/epan/dissectors/packet-x411.h
+++ b/epan/dissectors/packet-x411.h
@@ -34,7 +34,7 @@
#ifndef PACKET_X411_H
#define PACKET_X411_H
-int dissect_x411_mts_apdu (tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree);
+void dissect_x411_mts_apdu (tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree);
/*--- Included file: packet-x411-exp.h ---*/
#line 1 "packet-x411-exp.h"