Changed all the licence notices in all the files.
[pspp-builds.git] / src / group_proc.h
index 7caf95e82ec3723913de2ec191b9482f1c52e73a..9132ef95ffd794c0efec9ce852ff18185ad32933 100644 (file)
@@ -16,8 +16,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA. */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA. */
 
 #ifndef GROUP_DATA_H
 #define GROUP_DATA_H
@@ -36,9 +36,6 @@ struct group_proc
   /* The levene statistic */
   double levene ;
 
-  /* Stats for individual groups */
-  struct group_statistics *gs;
-
   /* A hash of group statistics keyed by the value of the 
      independent variable */
   struct hsh_table *group_hash;
@@ -48,4 +45,7 @@ struct group_proc
 
 };
 
+struct variable;
+struct group_proc *group_proc_get (struct variable *);
+
 #endif