X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Fcategoricals.h;h=53e309ed62eaf76d9b7cc808a4443cae070ec3d1;hb=5cc2cda74d0ff94d558afe5debc6ea17d898e858;hp=28e0f5f1df98fc422d2fbae13296c4003f794cdf;hpb=3e81b17836ef4f026b2321a6a79418c7f0cb9121;p=pspp diff --git a/src/math/categoricals.h b/src/math/categoricals.h index 28e0f5f1df..53e309ed62 100644 --- a/src/math/categoricals.h +++ b/src/math/categoricals.h @@ -106,6 +106,7 @@ struct payload { void* (*create) (const void *aux1, void *aux2); void (*update) (const void *aux1, void *aux2, void *user_data, const struct ccase *, double weight); + void (*calculate) (const void *aux1, void *aux2, void *user_data); void (*destroy) (const void *aux1, void *aux2, void *user_data); };