X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write.h;h=ddf43b6932b9b894ce0dd08bb2a123691f86cdc4;hp=8a60294dccbaef295987041acad36d69fa9f00f0;hb=072f54fe7a75e48d539213f2ae04a64c7eb86a4d;hpb=ae8073c5441aeee5d3b63840e84d8c33e2c583ee diff --git a/write.h b/write.h index 8a60294d..ddf43b69 100644 --- a/write.h +++ b/write.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2011 Andre Noll + * Copyright (C) 2006-2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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; /**