One sample Kalmogorov-Smirnov Dialog: convert from old style to PsppireDialogAction
[pspp] / src / ui / gui / t-test-one-sample.h
1 #ifndef T_TEST_ONE_SAMPLE_DIALOG
2 #define T_TEST_ONE_SAMPLE_DIALOG
3
4 #include "psppire-data-window.h"
5
6 void t_test_one_sample_dialog (PsppireDataWindow *) ;
7
8 #endif