dict: Make dict_make_unique_var_name() return an allocated string.
[pspp-builds.git] / src / ui / gui / oneway-anova-dialog.h
1 #ifndef ONEWAY_ANOVA_DIALOG
2 #define ONEWAY_ANOVA_DIALOG
3
4 #include "psppire-data-window.h"
5
6 void oneway_anova_dialog (PsppireDataWindow * data);
7
8
9 #endif