aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/q932/packet-q932-template.c
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-07-13 11:25:53 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-07-13 11:25:53 +0000
commit6659588f60dfff4b58c23f2b27bf1309c3baf2bb (patch)
tree1a3309269d9ab4681859e99d1c680fdf26150203 /asn1/q932/packet-q932-template.c
parentb989e08afd3412df954db6f1ba9a3a19f9762780 (diff)
- get rid of anonymous unions
- move some structures from packet-per and packet-q932-ros to asn1.h svn path=/trunk/; revision=22295
Diffstat (limited to 'asn1/q932/packet-q932-template.c')
-rw-r--r--asn1/q932/packet-q932-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/q932/packet-q932-template.c b/asn1/q932/packet-q932-template.c
index 1c7ffe08a1..32b1b5174e 100644
--- a/asn1/q932/packet-q932-template.c
+++ b/asn1/q932/packet-q932-template.c
@@ -58,7 +58,7 @@ static gint ett_q932_ie = -1;
/* Preferences */
/* ROSE context */
-static rose_context q932_rose_ctx;
+static rose_ctx_t q932_rose_ctx;
/* Subdissectors */
static dissector_handle_t data_handle = NULL;