X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/c593cf7c8a1ea63fc107b810bdb167487f71380e..218b3b380900f1ddcc6994173a07c7edb892629e:/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 */