matrix: Avoid gsl_linalg_LU_invx() because it was new in GSL 2.6.
[pspp] / src / language / stats / means.h
index 9d93a4f07a84cc626e61792f14bb5947eb0fa3db..b2bdd1387f336dce2b6a136a5e0e7c5b783e1790 100644 (file)
@@ -17,6 +17,8 @@
 #ifndef MEANS_H
 #define MEANS_H
 
+#include "libpspp/hmap.h"
+#include "libpspp/bt.h"
 #include "libpspp/compiler.h"
 
 struct cell_container
@@ -152,12 +154,9 @@ struct dataset;
 struct casereader;
 void run_means (struct means *cmd, struct casereader *input, const struct dataset *ds UNUSED);
 
-void means_shipout (const struct mtable *mt, const struct means *means);
+struct lexer;
+bool means_parse (struct lexer *lexer, struct means *means);
 
-void means_case_processing_summary (const struct mtable *mt);
-
-
-void destroy_means (struct means *means);
 
 
 #endif