]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - write_common.c
Fix config file handling for audiod and clean up init functions.
[paraslash.git] / write_common.c
index 5896d91c4d415ee18989574b8e10c68cdf990f3b..8133577b91fbfdf9665b4d3b1b54dd3ac6fb014f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2009 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -144,9 +144,9 @@ struct writer_node_group *wng_new(unsigned num_writers)
 }
 
 /**
- * call the init function of each supported paraslash writer
+ * Call the init function of each supported paraslash writer.
  */
-void init_supported_writers(void)
+void writer_init(void)
 {
        int i;