aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rtse/packet-rtse-template.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-10-25 19:37:38 +0000
committerGuy Harris <guy@alum.mit.edu>2005-10-25 19:37:38 +0000
commit7e874fc9ddebbb26e4318ebdcec73b2e6b504f8c (patch)
tree548f94f7025dd11f7274e835193658c46ae90ca2 /asn1/rtse/packet-rtse-template.c
parentcb41062126b917a60338004fd35d7b31287d0734 (diff)
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
Diffstat (limited to 'asn1/rtse/packet-rtse-template.c')
-rw-r--r--asn1/rtse/packet-rtse-template.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/asn1/rtse/packet-rtse-template.c b/asn1/rtse/packet-rtse-template.c
index dc81920c8b..dbf689682e 100644
--- a/asn1/rtse/packet-rtse-template.c
+++ b/asn1/rtse/packet-rtse-template.c
@@ -60,9 +60,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_);
-
-
#include "packet-rtse-hf.c"
/* Initialize the subtree pointers */