aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-03-12 07:37:14 +0000
committerJörg Mayer <jmayer@loplof.de>2005-03-12 07:37:14 +0000
commitbbba7523e7cd905dbe07caadce6a468369aefd2a (patch)
treeb39b32272067da94edf3b576ea79eb9309ef6b0c /epan/packet.h
parent3d38e6bceac24b1d30194c346faba04655515d27 (diff)
downloadwireshark-bbba7523e7cd905dbe07caadce6a468369aefd2a.tar.gz
wireshark-bbba7523e7cd905dbe07caadce6a468369aefd2a.tar.bz2
wireshark-bbba7523e7cd905dbe07caadce6a468369aefd2a.zip
warning: function declaration isn't a prototype
svn path=/trunk/; revision=13728
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/packet.h b/epan/packet.h
index eb9701a12f..57ebb3107a 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -375,6 +375,6 @@ extern void ethertype(guint16 etype, tvbuff_t *tvb, int offset_after_ethertype,
* Dump layer/selector/dissector records in a fashion similar to the
* proto_registrar_dump_* routines.
*/
-extern void dissector_dump_decodes();
+extern void dissector_dump_decodes(void);
#endif /* packet.h */