X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=file_write.c;h=202152648463af43de0c826e0a1b7448c370ef96;hp=2163b7a91109980936133a5336d22673bba201dc;hb=e402aa45bbac0b078fefc88ed6dd108cbae6e743;hpb=a5937a0eca5ada5cb2332dbce676b327aa9e37ee diff --git a/file_write.c b/file_write.c index 2163b7a9..20215264 100644 --- a/file_write.c +++ b/file_write.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Andre Noll + * Copyright (C) 2006-2007 Andre Noll * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -102,7 +102,7 @@ static void file_write_close(struct writer_node *wn) free(pfwd); } -__malloc void *file_write_parse_config(char *options) +__malloc static void *file_write_parse_config(const char *options) { PARA_INFO_LOG("options: %s\n", options); struct file_write_args_info *conf