From 7e874fc9ddebbb26e4318ebdcec73b2e6b504f8c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 25 Oct 2005 19:37:38 +0000 Subject: Don't declare "dissect_rtse_EXTERNAL()" in "packet-rtse.c" - let it get it from "packet-rtse.h" (which, at least on some platforms, doesn't declare it as static, so GCC 4.0, at least, fails because the static and non-static declarations collide). svn path=/trunk/; revision=16312 --- epan/dissectors/packet-rtse.c | 5 +---- epan/dissectors/packet-rtse.h | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'epan') diff --git a/epan/dissectors/packet-rtse.c b/epan/dissectors/packet-rtse.c index 5852d5d441..fd0ab5806e 100644 --- a/epan/dissectors/packet-rtse.c +++ b/epan/dissectors/packet-rtse.c @@ -1,6 +1,6 @@ /* Do not modify this file. */ /* It is created automatically by the ASN.1 to Ethereal dissector compiler */ -/* .\packet-rtse.c */ +/* ./packet-rtse.c */ /* ../../tools/asn2eth.py -X -b -e -p rtse -c rtse.cnf -s packet-rtse-template rtse.asn */ /* Input file: packet-rtse-template.c */ @@ -67,9 +67,6 @@ static proto_tree *top_tree=NULL; static dissector_handle_t rtse_handle = NULL; static dissector_handle_t ros_handle = NULL; -static int dissect_rtse_EXTERNAL(gboolean implicit_tag _U_, tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *tree, int hf_index _U_); - - /*--- Included file: packet-rtse-hf.c ---*/ diff --git a/epan/dissectors/packet-rtse.h b/epan/dissectors/packet-rtse.h index 32e25ebb39..a60066f714 100644 --- a/epan/dissectors/packet-rtse.h +++ b/epan/dissectors/packet-rtse.h @@ -1,6 +1,6 @@ /* Do not modify this file. */ /* It is created automatically by the ASN.1 to Ethereal dissector compiler */ -/* .\packet-rtse.h */ +/* ./packet-rtse.h */ /* ../../tools/asn2eth.py -X -b -e -p rtse -c rtse.cnf -s packet-rtse-template rtse.asn */ /* Input file: packet-rtse-template.h */ -- cgit v1.2.3