From f1e76ac28cf56f16c7b8222d5c23b4b9f1c95832 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 29 Jan 2007 23:16:36 +0100 Subject: [PATCH] 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. --- file_write.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2