From: Andre Noll Date: Mon, 29 Jan 2007 22:16:36 +0000 (+0100) Subject: file_write.c: make file_write_parse_config() static and change arg to const char* X-Git-Tag: v0.2.15~59 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=f1e76ac28cf56f16c7b8222d5c23b4b9f1c95832;ds=sidebyside file_write.c: make file_write_parse_config() static and change arg to const char* Same comment as for the previous patch to alsa_write.c applies. --- 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