add new prototypes, remove unused ones.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18008 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user