]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - write_common.h
Improve help/man page of para_filter.
[paraslash.git] / write_common.h
index d4e7469ea0f903d9f2968d7bdd0f8678eb43285a..8d94d2a08837b5772a9a3d55f65edca1586b7df0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2007 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2008 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -9,7 +9,6 @@
 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 wng_unregister(struct writer_node_group *g);
 void init_supported_writers(void);
 void *check_writer_arg(const char *wa, int *writer_num);
 struct writer_node_group *setup_default_wng(void);