aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-linx.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-11-06 19:53:39 +0000
committerJörg Mayer <jmayer@loplof.de>2006-11-06 19:53:39 +0000
commitc7d28461cefa3025578756d693e9ab000c2489ac (patch)
treeb47dc3870dd4f31d25ed55988efafae9b02105b5 /epan/dissectors/packet-linx.c
parent207c844d36454b263192de9b87bab0e5c48e5d23 (diff)
Don't do forward declarations in the file. I'll try to eventually
put this stuff into an external file but just doing a forward declaration to squelch a compiler warning isn't the way to go - it needs to be done right one day. svn path=/trunk/; revision=19827
Diffstat (limited to 'epan/dissectors/packet-linx.c')
-rw-r--r--epan/dissectors/packet-linx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-linx.c b/epan/dissectors/packet-linx.c
index abb14fc8b1..2fdf9b34df 100644
--- a/epan/dissectors/packet-linx.c
+++ b/epan/dissectors/packet-linx.c
@@ -47,8 +47,6 @@
#endif
/* forward reference */
-void proto_register_linx();
-void proto_reg_handoff_linx();
static void dissect_linx(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
static int proto_linx = -1;