X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/c593cf7c8a1ea63fc107b810bdb167487f71380e..30fc14d85cf0279d521acce6ec70517ffd910ebe:/clients/playrtp.h diff --git a/clients/playrtp.h b/clients/playrtp.h index dd9fa5d..565ca0b 100644 --- a/clients/playrtp.h +++ b/clients/playrtp.h @@ -144,6 +144,10 @@ extern pthread_mutex_t lock; extern pthread_cond_t cond; extern unsigned minbuffer; +extern int16_t *dump_buffer; +extern size_t dump_index; +extern size_t dump_size; + void playrtp_oss(void), playrtp_alsa(void), playrtp_coreaudio(void); #endif /* PLAYRTP_H */