X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=file_write.c;h=5c5c5149ab4d27f7f8853df6a47833948da30f74;hp=bfade187a8b215ff74fb5baecee845149f360528;hb=49ae9b0afbaa8b1ac05c7956f325c4f7a710b59a;hpb=32e646780461f96682d1191d31e08e4602ab125e diff --git a/file_write.c b/file_write.c index bfade187..5c5c5149 100644 --- a/file_write.c +++ b/file_write.c @@ -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. */ @@ -9,7 +9,6 @@ #include #include #include -#include #include "para.h" #include "list.h" @@ -159,7 +158,6 @@ void file_write_init(struct writer *w) w->parse_config_or_die = file_write_parse_config_or_die; w->free_config = file_write_free_config; w->close = file_write_close; - w->shutdown = NULL; /* nothing to do */ w->help = (struct ggo_help) { .short_help = file_write_args_info_help, .detailed_help = file_write_args_info_detailed_help