aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsik2017-08-21 16:00:09 -0300
committersik2017-08-21 16:00:09 -0300
commita2f67fbe8fe6b27f661e70ce2b6b75c17cd1fe54 (patch)
tree66be1ecbf6b3b71b8be0ec87c48d8dbc04130c4a /doc
parentef4ea546537bf759e3c4b37126f57cc39e7fb08a (diff)
Update to echo_init in the C API
Diffstat (limited to 'doc')
-rw-r--r--doc/api-c.txt2
1 files changed, 1 insertions, 1 deletions
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