From a970759becccdcbc57e1e82860281943b16324f3 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sat, 3 Feb 2018 21:17:54 -0600 Subject: [PATCH] Add missing extern for the save function --- include/apple2.dd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/apple2.dd.h b/include/apple2.dd.h index b904113..d89a063 100644 --- a/include/apple2.dd.h +++ b/include/apple2.dd.h @@ -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