aboutsummaryrefslogtreecommitdiff
path: root/c/echo.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/echo.h')
-rw-r--r--c/echo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/echo.h b/c/echo.h
index c1d6062..dd89600 100644
--- a/c/echo.h
+++ b/c/echo.h
@@ -24,7 +24,7 @@ enum {
#define ECHO_STAT_BUSY 0x8000 /* Echo still didn't parse command */
/* Function prototypes */
-void echo_init(const void **list);
+void echo_init(const void* const* list);
void echo_play_bgm(const void *esf);
void echo_stop_bgm(void);
void echo_pause_bgm(void);