fix bug 19581
[pspp-builds.git] / src / math / group-proc.h
index 9132ef95ffd794c0efec9ce852ff18185ad32933..cdb360507d2b31ae939a10d773c607ef134576a9 100644 (file)
@@ -2,7 +2,6 @@
 
    Copyright (C) 2004 Free Software Foundation, Inc.
 
-   Written by John Darrington <john@darrington.wattle.id.au>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
@@ -46,6 +45,6 @@ struct group_proc
 };
 
 struct variable;
-struct group_proc *group_proc_get (struct variable *);
+struct group_proc *group_proc_get (const struct variable *);
 
 #endif