X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Fcategoricals.h;h=fbb45aadb7e05f9d25c77340e7fbe4709b78add4;hb=d2b2641dcadcdceede8be06df48739b11828b313;hp=c5919bc455e883e131bb2aa637b1165d0bf36ea2;hpb=41a628f070c7a0d2e9468308cb1bf4ff77de9900;p=pspp diff --git a/src/math/categoricals.h b/src/math/categoricals.h index c5919bc455..fbb45aadb7 100644 --- a/src/math/categoricals.h +++ b/src/math/categoricals.h @@ -124,5 +124,6 @@ struct payload void categoricals_set_payload (struct categoricals *cats, const struct payload *p, const void *aux1, void *aux2); +bool categoricals_isbalanced (const struct categoricals *cat); #endif