X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=write_common.h;fp=write_common.h;h=0000000000000000000000000000000000000000;hb=870fcd0379ab096184f42481541d668694da7c83;hp=1828875317fa7edafef76ad748c767fd702adbd4;hpb=fb26e35b38544d4bb90fb80c6b4f68d9a76842c8;p=paraslash.git diff --git a/write_common.h b/write_common.h deleted file mode 100644 index 18288753..00000000 --- a/write_common.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright (C) 2006 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);