X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=check_wav.h;h=e6188c5243db16d82c524fc47f4066c8f9aec9df;hb=501b83a39828c9d3db5498c7352a2e5b60175bba;hp=79b11962baea9b3fe743f08ad68bca6a70e552bc;hpb=2031b9cab9304b02c0372f73eef54d9501277031;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);