From a2f67fbe8fe6b27f661e70ce2b6b75c17cd1fe54 Mon Sep 17 00:00:00 2001 From: sik Date: Mon, 21 Aug 2017 16:00:09 -0300 Subject: Update to echo_init in the C API --- doc/api-c.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/api-c.txt b/doc/api-c.txt index 541a895..8e5c61c 100644 --- a/doc/api-c.txt +++ b/doc/api-c.txt @@ -22,7 +22,7 @@ change the blob, just use the included blob2c tool. It's invoked as follows: *** Initialization *** -void echo_init(const void **list) +void echo_init(const void* const* list) Initializes Echo. Loads the instrument list, loads the Z80 engine and gets it running. You need to call this before you can use Echo (usually when -- cgit v1.2.3