aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-03-22 15:33:50 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-03-22 15:33:50 +0000
commit964599414183b0cbe1d7b0e78c9f8d6b38b7385c (patch)
tree47e0eb061dc2b86ebd122b8aa5237c733e6bdcba /epan/dissectors/packet-isup.h
parent982f9318bb00541476f445f076682586a8debe59 (diff)
Export q850_cause_code_vals as its's used by other dissector(s)
svn path=/trunk/; revision=13860
Diffstat (limited to 'epan/dissectors/packet-isup.h')
-rw-r--r--epan/dissectors/packet-isup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-isup.h b/epan/dissectors/packet-isup.h
index 5c04e29e9f..7f7015d450 100644
--- a/epan/dissectors/packet-isup.h
+++ b/epan/dissectors/packet-isup.h
@@ -42,7 +42,7 @@ typedef struct _isup_tap_rec_t {
*/
ETH_VAR_IMPORT const value_string isup_message_type_value[];
ETH_VAR_IMPORT const value_string isup_message_type_value_acro[];
-
+ETH_VAR_IMPORT const value_string q850_cause_code_vals[];
/*
* Export some definitions and value_string tables for other dissectors
*/