diff options
Diffstat (limited to 'src/play.h')
-rw-r--r-- | src/play.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ typedef struct play_ops_t { play_t * play_startup(int argc, char *argv[], unsigned flags, const play_ops_t *ops[]); int play_shutdown(play_t *play); +int play_run_slice(play_t *play); void play_run(play_t *play); void play_music_set(play_t *play, unsigned flags, const char *fmt, ...); |