pspp_linreg_cache_free accepts a void pointer
[pspp-builds.git] / src / math / linreg / linreg.h
index 67a422ea3fcaed0ab7497606b7f0920929de9496..a3b0c780e24023e261d34542d8ac4f1f3d373576 100644 (file)
@@ -178,7 +178,7 @@ typedef struct pspp_linreg_cache_struct pspp_linreg_cache;
  */
 pspp_linreg_cache *pspp_linreg_cache_alloc (size_t n, size_t p);
 
-bool pspp_linreg_cache_free (pspp_linreg_cache * c);
+bool pspp_linreg_cache_free (void *);
 
 /*
   Fit the linear model via least squares. All pointers passed to pspp_linreg