X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter.h;h=2c546c1d21f281529fcda364987e8802b4b52036;hp=c2a6310b5fa12903f7e15ca5453dd312bb3e02c8;hb=002731cd3938f3be6b71651e56c062af1adcdec0;hpb=40de1dd2fdbb054444d585aa70e2d50166a66e07 diff --git a/filter.h b/filter.h index c2a6310b..2c546c1d 100644 --- a/filter.h +++ b/filter.h @@ -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. */ @@ -197,6 +197,7 @@ struct filter { */ int (*parse_config)(int argc, char **argv, void **config); + /** The help texts for this filter. */ struct ggo_help help; };