]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - check_wav.h
Overhaul help texts of server and afs commands.
[paraslash.git] / check_wav.h
index cdd483200782499d0fb360bc36779fe2dbced41d..5310d170735c24cef72bfe2443e104310947e14e 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2012-2014 Andre Noll <maan@systemlinux.org>
+ *
+ * Licensed under the GPL v2. For licencing details see COPYING.
+ */
+
+/** \file check_wav.h Detect, process and cut a wav header. */
+
 struct check_wav_context;
 
 /**
@@ -39,7 +47,8 @@ struct wav_params {
        (dst)->sample_format_given = (src)->sample_format_given;
 
 struct check_wav_context *check_wav_init(struct btr_node *parent,
-               struct wav_params *params, struct btr_node **cw_btrn);
+               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_shutdown(struct check_wav_context *cwc);