aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-12-15 22:28:23 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-12-15 22:28:23 +0000
commitd5b2bc5c7dbbc561d9426717ebace84d059e0edc (patch)
tree96a9820404d3dced51a467a0f3dc02cc219ef06a
parent1a0a4d28c2a1b7f297fb370d487cc7e71e21e407 (diff)
Add a forward declaration(still some problem(s) to look at).
svn path=/trunk/; revision=27013
-rw-r--r--asn1/lte-rrc/Makefile.common2
-rw-r--r--asn1/lte-rrc/packet-lte-rrc-template.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/asn1/lte-rrc/Makefile.common b/asn1/lte-rrc/Makefile.common
index 0a41a63369..fe2e0246e9 100644
--- a/asn1/lte-rrc/Makefile.common
+++ b/asn1/lte-rrc/Makefile.common
@@ -43,7 +43,7 @@ SRC_FILES = \
$(EXTRA_DIST) \
$(EXT_ASN_FILE_LIST)
-A2W_FLAGS =
+A2W_FLAGS = -L
EXTRA_CNF =
diff --git a/asn1/lte-rrc/packet-lte-rrc-template.c b/asn1/lte-rrc/packet-lte-rrc-template.c
index 3ff683ba4a..812f5ab5fb 100644
--- a/asn1/lte-rrc/packet-lte-rrc-template.c
+++ b/asn1/lte-rrc/packet-lte-rrc-template.c
@@ -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"