aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-03-06 16:37:21 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-03-06 16:37:21 +0000
commit3e261511abe1cac2c6fd4fcbdce7f61b993ca757 (patch)
treece66512b647b8c9576b36be7a6919b1e6692fa21 /epan
parentc7990056c26b16dba8540d7dfa2bb3f0b02facc2 (diff)
Mark value_string_ext bssgp_cause_vals_ext as WS_VAR_IMPORT.
svn path=/trunk/; revision=36144
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-bssgp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bssgp.h b/epan/dissectors/packet-bssgp.h
index 958ff500d9..b4abf18031 100644
--- a/epan/dissectors/packet-bssgp.h
+++ b/epan/dissectors/packet-bssgp.h
@@ -40,7 +40,7 @@ typedef struct {
guint8 pdutype;
} build_info_t;
-value_string_ext bssgp_cause_vals_ext;
+WS_VAR_IMPORT value_string_ext bssgp_cause_vals_ext;
void bssgp_suspend_ack(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len);