X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/3496051ff14c92ced851b6febd9b4f4bfea4b10c..e9b635a3223a51d0c30867e42ec4f9b54b62e591:/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 */