]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - write_common.h
audiod: Fix error checking in init_default_filters().
[paraslash.git] / write_common.h
diff --git a/write_common.h b/write_common.h
deleted file mode 100644 (file)
index 8d94d2a..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
-
-/** \file write_common.h exported symbols from write_common.c */
-
-int wng_open(struct writer_node_group *g);
-void wng_close(struct writer_node_group *g);
-struct writer_node_group *wng_new(unsigned num_writers);
-void init_supported_writers(void);
-void *check_writer_arg(const char *wa, int *writer_num);
-struct writer_node_group *setup_default_wng(void);