r19604: This is a massive commit, and I appologise in advance for it's size.
[samba.git] / source4 / heimdal / lib / asn1 / gen_locl.h
index 5a2ba85c7a97226ec6f8147b4392edf6d757d0e9..c9ea714c5f7f0a3f8e4213869891c2b1ad5c0d27 100644 (file)
@@ -31,7 +31,7 @@
  * SUCH DAMAGE. 
  */
 
-/* $Id: gen_locl.h,v 1.13 2005/08/23 10:48:15 lha Exp $ */
+/* $Id: gen_locl.h,v 1.14 2006/09/05 12:29:18 lha Exp $ */
 
 #ifndef __GEN_LOCL_H__
 #define __GEN_LOCL_H__
@@ -58,11 +58,10 @@ void generate_type (const Symbol *);
 void generate_constant (const Symbol *);
 void generate_type_encode (const Symbol *);
 void generate_type_decode (const Symbol *);
-void generate_seq_type_decode (const Symbol *);
 void generate_type_free (const Symbol *);
 void generate_type_length (const Symbol *);
 void generate_type_copy (const Symbol *);
-void generate_type_maybe (const Symbol *);
+void generate_type_seq (const Symbol *);
 void generate_glue (const Type *, const char*);
 
 const char *classname(Der_class);
@@ -79,6 +78,7 @@ void add_import(const char *);
 int yyparse(void);
 
 int preserve_type(const char *);
+int seq_type(const char *);
 
 extern FILE *headerfile, *codefile, *logfile;
 extern int dce_fix;