Implemented a dialog box for the ONEWAY command.
[pspp-builds.git] / src / ui / gui / oneway-anova-dialog.h
diff --git a/src/ui/gui/oneway-anova-dialog.h b/src/ui/gui/oneway-anova-dialog.h
new file mode 100644 (file)
index 0000000..21043b4
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef ONEWAY_ANOVA_DIALOG
+#define ONEWAY_ANOVA_DIALOG
+
+void oneway_anova_dialog (GObject *o, gpointer data);
+
+
+#endif