mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-18 09:00:07 +02:00
4 lines
153 B
C
4 lines
153 B
C
LVAL multiread_create(read_susp_type susp);
|
|
void multiread_fetch(read_susp_type susp, snd_list_type snd_list);
|
|
void multiread_free(read_susp_type susp);
|