X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write_common.c;h=8133577b91fbfdf9665b4d3b1b54dd3ac6fb014f;hp=5896d91c4d415ee18989574b8e10c68cdf990f3b;hb=56955f95584f51709320262f7d2e0ea79301d346;hpb=40de1dd2fdbb054444d585aa70e2d50166a66e07 diff --git a/write_common.c b/write_common.c index 5896d91c..8133577b 100644 --- a/write_common.c +++ b/write_common.c @@ -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. */ @@ -144,9 +144,9 @@ struct writer_node_group *wng_new(unsigned num_writers) } /** - * call the init function of each supported paraslash writer + * Call the init function of each supported paraslash writer. */ -void init_supported_writers(void) +void writer_init(void) { int i;