X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgroup_proc.h;h=36c15e6552aa03c3b2a22397af90d41d79bfc062;hb=4255c7e5a693e09a97dc7a3cca0634bb2adaba2d;hp=7caf95e82ec3723913de2ec191b9482f1c52e73a;hpb=e976a0fa28771a625ba29b86cc5883838d0f1c70;p=pspp diff --git a/src/group_proc.h b/src/group_proc.h index 7caf95e82e..36c15e6552 100644 --- a/src/group_proc.h +++ b/src/group_proc.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