X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=compress_filter.c;h=65bc8e51ba0f3fe11126b53e04b774e70dd9872d;hp=658983915fa7849e647d044646f202b3b095fbd9;hb=a601afd9c3c5819a0f2361bf073b7c737dcdab45;hpb=6442f07bb08eb6e557086587f997b1785ea18ef7;ds=sidebyside diff --git a/compress_filter.c b/compress_filter.c index 65898391..65bc8e51 100644 --- a/compress_filter.c +++ b/compress_filter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2008 Andre Noll + * Copyright (C) 2005-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -22,8 +22,6 @@ /** The size of the output data buffer. */ #define COMPRESS_CHUNK_SIZE 40960 -extern char *stat_item_values[NUM_STAT_ITEMS]; - /** Data specific to the compress filter. */ struct private_compress_data { /** The current multiplier. */ @@ -129,8 +127,6 @@ void compress_filter_init(struct filter *f) f->convert = compress; f->parse_config = compress_parse_config; f->help = (struct ggo_help) { - .purpose = compress_filter_args_info_purpose, - .usage = compress_filter_args_info_usage, .short_help = compress_filter_args_info_help, .detailed_help = compress_filter_args_info_detailed_help };