X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flinreg.h;h=49e54c13c707ab3ce82570e44834734a5fd3bc52;hb=da6ac7ebe47553c89c7d06592770a49fa11b3a32;hp=b08f7d0e431dd61190efbf82fb2850e9c7053792;hpb=e2da62d735c597afeef2e0e9b36e5a4a83d7da94;p=pspp diff --git a/src/math/linreg.h b/src/math/linreg.h index b08f7d0e43..49e54c13c7 100644 --- a/src/math/linreg.h +++ b/src/math/linreg.h @@ -146,7 +146,7 @@ typedef struct linreg_struct linreg; -linreg *linreg_alloc (const struct variable *, const struct variable **, +linreg *linreg_alloc (const struct variable *, const struct variable **, double, size_t); void linreg_unref (linreg *);