X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=check_wav.h;h=e6188c5243db16d82c524fc47f4066c8f9aec9df;hb=2391dbc88e15dd54207f289bb4fdbaf0e801b1ca;hp=79b11962baea9b3fe743f08ad68bca6a70e552bc;hpb=c75c35b176cdacf157d27617e954961c88f33975;p=paraslash.git diff --git a/check_wav.h b/check_wav.h index 79b11962..e6188c52 100644 --- a/check_wav.h +++ b/check_wav.h @@ -42,6 +42,6 @@ struct wav_params { struct check_wav_context *check_wav_init(struct btr_node *parent, struct btr_node *child, struct wav_params *params, struct btr_node **cw_btrn); -void check_wav_pre_select(struct sched *s, struct check_wav_context *cwc); -int check_wav_post_select(struct check_wav_context *cwc); +void check_wav_pre_monitor(struct sched *s, struct check_wav_context *cwc); +int check_wav_post_monitor(struct check_wav_context *cwc); void check_wav_shutdown(struct check_wav_context *cwc);