X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=check_wav.h;h=e6188c5243db16d82c524fc47f4066c8f9aec9df;hb=5967ac5353739c3ff571dd12d4c6814fa8493ad8;hp=045158ab2d2d32dd97e000896dce450a2b854496;hpb=bd28ec9a64884d70917c4fdea1a3a70c91758f83;p=paraslash.git diff --git a/check_wav.h b/check_wav.h index 045158ab..e6188c52 100644 --- a/check_wav.h +++ b/check_wav.h @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2012 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2012 Andre Noll , see file COPYING. */ /** \file check_wav.h Detect, process and cut a wav header. */ @@ -46,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);