X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write_common.h;h=18e5e838fee3843852d424e60af62f1205f960e4;hp=8d94d2a08837b5772a9a3d55f65edca1586b7df0;hb=002731cd3938f3be6b71651e56c062af1adcdec0;hpb=1233e26da6b97795c9d6728faebe546da463f51e diff --git a/write_common.h b/write_common.h index 8d94d2a0..18e5e838 100644 --- a/write_common.h +++ b/write_common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2008 Andre Noll + * Copyright (C) 2006-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -12,3 +12,4 @@ struct writer_node_group *wng_new(unsigned num_writers); void init_supported_writers(void); void *check_writer_arg(const char *wa, int *writer_num); struct writer_node_group *setup_default_wng(void); +void print_writer_helps(int detailed);