* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*/
+/** \file alsa_writer.c Data specific to the alsa writer */
+
/*
* Based in parts on aplay.c from the alsa-utils-1.0.8 package,
* Copyright (c) by Jaroslav Kysela <perex@suse.cz>, which is
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*/
+/** \file write.h writer-related structures */
+
enum writer_enum {WRITER_ENUM};
struct writer_node {
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*/
+/** \file write_common.c common functions of para_audiod and para_write */
+
#include "para.h"
#include "string.h"
#include "write.h"
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*/
+/** \file write_common.h exported symbols from write_common.c */
+
int wng_write(struct writer_node_group *g, char *buf, size_t *loaded);
int wng_open(struct writer_node_group *g);
void wng_close(struct writer_node_group *g);