asn1: Make "struct nesting" private
[obnox/samba/samba-obnox.git] / lib / util / asn1.h
index 0cf5fbc69d266cd2143b0f22db6f449dbaea851e..f77036fbcbd4c16e1c117d159bfd0a0759214986 100644 (file)
 #ifndef _ASN_1_H
 #define _ASN_1_H
 
-struct nesting {
-       off_t start;
-       size_t taglen; /* for parsing */
-       struct nesting *next;
-};
+struct nesting;
 
 struct asn1_data {
        uint8_t *data;