aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1parser/asn1p_module.h
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-08-12 10:09:10 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-08-12 10:09:10 +0000
commit931aeede61f4688cc52d9a63fe482dd75b89d888 (patch)
tree2b387b6cb5b54b75b1b9a5795e826e1b041147c4 /libasn1parser/asn1p_module.h
parent9fe7c92008c995a2bfaddd8dc7c02e1c7b5db56c (diff)
restructured member variable names
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@952 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'libasn1parser/asn1p_module.h')
-rw-r--r--libasn1parser/asn1p_module.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libasn1parser/asn1p_module.h b/libasn1parser/asn1p_module.h
index 7d8bcc62..e34ffde9 100644
--- a/libasn1parser/asn1p_module.h
+++ b/libasn1parser/asn1p_module.h
@@ -36,9 +36,9 @@ typedef struct asn1p_module_s {
char *source_file_name;
/*
- * Human-readable module identifier.
+ * Human-readable module reference.
*/
- char *Identifier; /* Module name */
+ char *ModuleName;
/*
* Unique module identifier, OID.