doxygen: Add some missing documentation.
[paraslash.git] / write_common.h
index 74f8e1c455b0d8d84ff9bad6f92db7e643c97234..5f55120b25f85aca0f05b58000dc1889425193d5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2010 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2011 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -14,3 +14,4 @@ int setup_writer_node(const char *arg, struct btr_node *parent,
                struct writer_node *wn);
 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);