aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1parser/asn1p_module.h
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-09-14 10:35:20 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-09-14 10:35:20 +0000
commitd3420d358659765680321b457f74ac9617fe7367 (patch)
tree20ccbd8e3f2d06c3040094cd8819cf6395b747d2 /libasn1parser/asn1p_module.h
parentcb9238215dae93ba4675148fb354acc3d1ec862a (diff)
*** empty log message ***
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1183 59561ff5-6e30-0410-9f3c-9617f08c8826
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.