1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-06-10 14:29:30 +00:00

Add missing extern for the save function

This commit is contained in:
Peter Evans 2018-02-03 21:17:54 -06:00
parent 164657a915
commit a970759bec

View File

@ -203,5 +203,6 @@ extern void apple2_dd_switch_phase(apple2dd *, size_t);
extern void apple2_dd_turn_on(apple2dd *, bool);
extern void apple2_dd_write(apple2dd *);
extern void apple2_dd_write_protect(apple2dd *, bool);
extern void apple2_dd_save(apple2dd *);
#endif