Remove legacy forward declaration

This commit is contained in:
ISSOtm
2020-02-03 23:27:02 +01:00
parent d0ec35628f
commit 4a2af807b2

View File

@@ -18,7 +18,6 @@ struct Expression;
extern char *tzObjectname; extern char *tzObjectname;
extern struct Section *pSectionList, *pCurrentSection; extern struct Section *pSectionList, *pCurrentSection;
void out_PrepPass2(void);
void out_SetFileName(char *s); void out_SetFileName(char *s);
void out_CreatePatch(uint32_t type, struct Expression *expr); void out_CreatePatch(uint32_t type, struct Expression *expr);
void out_WriteObject(void); void out_WriteObject(void);