X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/c593cf7c8a1ea63fc107b810bdb167487f71380e..195c7e69d3e2fa1e41e4719f7d678b940782fea3:/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 */