aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1parser/asn1p_module.h
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-09-14 10:35:20 +0000
committerLev Walkin <vlm@lionet.info>2006-09-14 10:35:20 +0000
commit866bd7f76bc381b9444d5e0514de8bc37bfd7364 (patch)
tree20ccbd8e3f2d06c3040094cd8819cf6395b747d2 /libasn1parser/asn1p_module.h
parentf9492a93d645260d7e830a4bca71e4e889a9ea42 (diff)
*** empty log message ***
Diffstat (limited to 'libasn1parser/asn1p_module.h')
-rw-r--r--libasn1parser/asn1p_module.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libasn1parser/asn1p_module.h b/libasn1parser/asn1p_module.h
index 5e7ce15d..ad9eab04 100644
--- a/libasn1parser/asn1p_module.h
+++ b/libasn1parser/asn1p_module.h
@@ -51,14 +51,14 @@ typedef struct asn1p_module_s {
asn1p_module_flags_e module_flags; /* AUTOMATIC TAGS? */
/*
- * List of everything that this module IMPORTS.
+ * List of everything that this module EXPORTS.
*/
- TQ_HEAD(struct asn1p_xports_s) imports;
+ TQ_HEAD(struct asn1p_xports_s) exports;
/*
- * List of everything that this module EXPORTS.
+ * List of everything that this module IMPORTS.
*/
- TQ_HEAD(struct asn1p_xports_s) exports;
+ TQ_HEAD(struct asn1p_xports_s) imports;
/*
* List of everything that this module defines itself.