]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - osx_write.c
make osx_write_parse_config() static and change arg to const char*
[paraslash.git] / osx_write.c
index f2e5c485e52dada412c0e2c8e7b6bc3971720b7b..95a84f2a548cbe153cff31f1ae831ecb1cebae6a 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (C) 2006 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2007 Andre Noll <maan@systemlinux.org>
  *
  *     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
  *
  *     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;
 }
 
        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));
 {
        struct osx_write_args_info *conf
                = para_calloc(sizeof(struct osx_write_args_info));