X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=ao_write.c;h=93861ab63f50baf478bf74fe6f216fce6cf39f53;hb=49ae9b0afbaa8b1ac05c7956f325c4f7a710b59a;hp=bb60e191f4ddb748bbc80aa683c7c8d79fe68122;hpb=c41a04fb296e068ebfec78bba9678bf15daea896;p=paraslash.git diff --git a/ao_write.c b/ao_write.c index bb60e191..93861ab6 100644 --- a/ao_write.c +++ b/ao_write.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Andre Noll + * Copyright (C) 2011-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 "fd.h" @@ -376,7 +375,6 @@ void ao_write_init(struct writer *w) w->post_select = aow_post_select; w->parse_config_or_die = aow_parse_config_or_die; w->free_config = aow_free_config; - w->shutdown = NULL; w->help = (struct ggo_help) { .short_help = ao_write_args_info_help, };