Change gpointer variable to PsppireDataWindow * in dialog function signatures
[pspp-builds.git] / 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