fox a static/non-static signature mismatch

svn path=/trunk/; revision=16239
This commit is contained in:
Ronnie Sahlberg 2005-10-16 01:47:29 +00:00
parent 117f754846
commit 2824ec57be
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -64,7 +64,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_);