From 5b0cdc598759a8ddfa2bb1a7d8252443e65f0ca7 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 29 Jan 2007 23:27:40 +0100 Subject: [PATCH] make osx_write_parse_config() static and change arg to const char* --- osx_write.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osx_write.c b/osx_write.c index f2e5c485..95a84f2a 100644 --- a/osx_write.c +++ b/osx_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 @@ -247,7 +247,7 @@ e0: return ret; } -__malloc void *osx_write_parse_config(char *options) +__malloc static void *osx_write_parse_config(const char *options) { struct osx_write_args_info *conf = para_calloc(sizeof(struct osx_write_args_info)); -- 2.39.2