X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_recv.c;h=13e9ede23d4d3cda0dcea71fbeef9dc0602dbd6f;hp=7716bb0f9f9c5ba5439bb7cd70c2055887e7e3c1;hb=c9c96581d5a29830f555079e861dcac8d48722d5;hpb=40de1dd2fdbb054444d585aa70e2d50166a66e07 diff --git a/http_recv.c b/http_recv.c index 7716bb0f..13e9ede2 100644 --- a/http_recv.c +++ b/http_recv.c @@ -1,11 +1,12 @@ /* - * Copyright (C) 2005-2008 Andre Noll + * Copyright (C) 2005-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ /** \file http_recv.c paraslash's http receiver */ +#include #include #include @@ -203,4 +204,5 @@ void http_recv_init(struct receiver *r) .short_help = http_recv_args_info_help, .detailed_help = http_recv_args_info_detailed_help }; + http_recv_cmdline_parser_free(&dummy); }