X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=write.h;h=ddf43b6932b9b894ce0dd08bb2a123691f86cdc4;hb=3634794c3ba2f9fba60d3b26bcceae51fb3718c6;hp=56a9711a44af6fde00ef23f6f5d203e407daf4d0;hpb=9de1287d67c9562e9140c6dc7deb0c01c4e10cc0;p=paraslash.git diff --git a/write.h b/write.h index 56a9711a..ddf43b69 100644 --- a/write.h +++ b/write.h @@ -72,12 +72,6 @@ struct writer { * This function is assumed to succeed. */ void (*close)(struct writer_node *); - /** - * Shutdown the writer. - * - * This is a optional function pointer used for cleaning up. - */ - void (*shutdown)(struct writer_node *); /** The short and the log help text of this writer. */ struct ggo_help help; /**