X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write_common.h;h=1828875317fa7edafef76ad748c767fd702adbd4;hp=ecad2d18eb2fe37b9e9d39691238b9acefebb3a2;hb=refs%2Fheads%2Fmaint;hpb=650e5374914c1eb725ce7d2a720611bec22112bc diff --git a/write_common.h b/write_common.h deleted file mode 100644 index ecad2d18..00000000 --- a/write_common.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright (C) 2006-2013 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ - -/** \file write_common.h Exported symbols from write_common.c. */ - -void writer_init(void); -void *check_writer_arg_or_die(const char *wa, int *writer_num); -void print_writer_helps(unsigned flags); -void register_writer_node(struct writer_node *wn, struct btr_node *parent, - struct sched *s); -void get_btr_sample_rate(struct btr_node *btrn, int32_t *result); -void get_btr_channels(struct btr_node *btrn, int32_t *result); -void get_btr_sample_format(struct btr_node *btrn, int32_t *result);