]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - write.h
check_writer_arg(): change writer arg to const char *
[paraslash.git] / write.h
diff --git a/write.h b/write.h
index 63efbfed4d381a94783bf7749a4547ba7151099e..9f23663413603d67b7b147763116dc77f2bd210d 100644 (file)
--- a/write.h
+++ b/write.h
@@ -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
@@ -60,7 +60,7 @@ struct writer {
         * more than once with different values of \a options.
         *
         */
-               void * (*parse_config)(char *options);
+               void * (*parse_config)(const char *options);
        /**
         *
         * open one instance of this writer