COMPONENTS OF support


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@180 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/libasn1fix/asn1fix_constr.h b/libasn1fix/asn1fix_constr.h
index aeb05c0..59970ad 100644
--- a/libasn1fix/asn1fix_constr.h
+++ b/libasn1fix/asn1fix_constr.h
@@ -2,6 +2,11 @@
 #define	_ASN1FIX_CONSTRUCTED_H_
 
 /*
+ * Pull in COMPONENTS OF.
+ */
+int asn1f_pull_components_of(arg_t *);
+
+/*
  * Fix extensions in constructed types.
  */
 int asn1f_fix_constr_ext(arg_t *);