fix a couple struct forward ref issues

This commit is contained in:
Bill Currie 2004-01-30 07:16:48 +00:00
parent f87a5d14e2
commit 16e4964a31
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ typedef struct reloc_s {
} reloc_t;
struct statement_s;
struct def_s;
struct function_s;
reloc_t *new_reloc (int ofs, reloc_type type);
void relocate_refs (reloc_t *refs, int ofs);