aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rtse
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-10-16 01:47:29 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-10-16 01:47:29 +0000
commit2824ec57be26cd8612046152f225f00935f1055d (patch)
treef638ab273c694a316b7cadc017c29254e37caef8 /asn1/rtse
parent117f754846211a79c8e297ffb6c251df49948cf6 (diff)
fox a static/non-static signature mismatch
svn path=/trunk/; revision=16239
Diffstat (limited to 'asn1/rtse')
-rw-r--r--asn1/rtse/packet-rtse-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/rtse/packet-rtse-template.c b/asn1/rtse/packet-rtse-template.c
index 61be93a243..33561b19ea 100644
--- a/asn1/rtse/packet-rtse-template.c
+++ b/asn1/rtse/packet-rtse-template.c
@@ -57,7 +57,7 @@ static guint32 app_proto=0;
static proto_tree *top_tree=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_);
+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"