Add a forward declaration(still some problem(s) to look at).

svn path=/trunk/; revision=27013
This commit is contained in:
Anders Broman 2008-12-15 22:28:23 +00:00
parent 1a0a4d28c2
commit d5b2bc5c7d
2 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,7 @@ SRC_FILES = \
$(EXTRA_DIST) \
$(EXT_ASN_FILE_LIST)
A2W_FLAGS =
A2W_FLAGS = -L
EXTRA_CNF =

View File

@ -64,6 +64,8 @@ static int ett_lte_rrc = -1;
/* Global variables */
static proto_tree *top_tree;
/* Forward declarations */
static void dissect_DL_DCCH_Message_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_);
#include "packet-lte-rrc-fn.c"