mirror of
https://github.com/pevans/erc-c.git
synced 2024-12-30 06:29:48 +00:00
Add missing extern for the save function
This commit is contained in:
parent
164657a915
commit
a970759bec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user