summaryrefslogtreecommitdiff
path: root/plat.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-06-04 21:42:04 +1000
committerquou <quou@disroot.org>2024-06-04 21:42:04 +1000
commit557e07876de0086b70e301b104547bf35ec57959 (patch)
treeb2c9923ef989ea38d185d4598764a060c18f298e /plat.h
parent6589107006fd4fc06bdb7d02cb4b1eef45395458 (diff)
Loading album art, seeking, pause/play.
Diffstat (limited to 'plat.h')
-rw-r--r--plat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plat.h b/plat.h
index 3119543..ae9cff2 100644
--- a/plat.h
+++ b/plat.h
@@ -16,5 +16,6 @@ void lock_audio(void);
void wait_audio(void);
void unlock_audio(void);
void stop_audio(void);
+int audio_done(void);
#endif