X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write_common.h;h=1828875317fa7edafef76ad748c767fd702adbd4;hp=68eb4063147fc4f41e4d66334aca10bab6d7d668;hb=66cfa4ab3cd509b1b7d1b5fb860fc4644a2313ab;hpb=ef1f130a1f9ac61a51da10ee56c5bd9ef1b52366 diff --git a/write_common.h b/write_common.h index 68eb4063..18288753 100644 --- a/write_common.h +++ b/write_common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2011 Andre Noll + * Copyright (C) 2006 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -8,7 +8,7 @@ void writer_init(void); void *check_writer_arg_or_die(const char *wa, int *writer_num); -void print_writer_helps(int detailed); +void print_writer_helps(unsigned flags); void register_writer_node(struct writer_node *wn, struct btr_node *parent, struct sched *s); void get_btr_sample_rate(struct btr_node *btrn, int32_t *result);