X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write_common.h;h=1828875317fa7edafef76ad748c767fd702adbd4;hp=44e479eb6f4f3b5483e149ecad768d1ad244eee3;hb=refs%2Fheads%2Fmaint;hpb=7d473d0025bc76374f55ca2b135b6e2f70ae4a1e diff --git a/write_common.h b/write_common.h deleted file mode 100644 index 44e479eb..00000000 --- a/write_common.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright (C) 2006-2009 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(const char *wa, int *writer_num); -void print_writer_helps(int detailed); -void register_writer_node(struct writer_node *wn, struct btr_node *parent); -int setup_writer_node(const char *arg, struct btr_node *parent, - struct writer_node *wn); -int get_btr_samplerate(struct btr_node *btrn, int32_t *result); -int get_btr_channels(struct btr_node *btrn, int32_t *result);