 c0a19b7df7
			
		
	
	c0a19b7df7
	
	
	
		
			
			git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1457 ec53bebd-3082-4978-b11e-865c3cabbd6b
		
			
				
	
	
		
			32 lines
		
	
	
		
			594 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			594 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* $Id$ */
 | |
| 
 | |
| #ifndef __ASN1_LOCL_H__
 | |
| #define __ASN1_LOCL_H__
 | |
| 
 | |
| #ifdef HAVE_CONFIG_H
 | |
| #include <config.h>
 | |
| #endif
 | |
| #include <assert.h>
 | |
| #include <stdio.h>
 | |
| #include <stdlib.h>
 | |
| #include <string.h>
 | |
| #include <limits.h>
 | |
| #include <ctype.h>
 | |
| #include "der.h"
 | |
| #include "gen.h"
 | |
| #include "hash.h"
 | |
| #include "symbol.h"
 | |
| 
 | |
| 
 | |
| void generate_type_encode (Symbol *s);
 | |
| void generate_type_decode (Symbol *s);
 | |
| void generate_type_free (Symbol *s);
 | |
| void generate_type_length (Symbol *s);
 | |
| void generate_type_copy (Symbol *s);
 | |
| 
 | |
| int fix_dce(int, int*);
 | |
| 
 | |
| extern FILE *headerfile, *codefile, *logfile;
 | |
| 
 | |
| #endif /* __ASN1_LOCL_H__ */
 |