X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fweight-cases-dialog.h;h=88a7af733978d61016e3ff5a460f47a844c9417e;hb=b06c888cf2e8c126b04d4678120439533a5086e5;hp=b193fef45eccd0e76930bd8d1a015bedaf007a9a;hpb=09a1109ddc398f36fe720208e1d38053850cbd2a;p=pspp-builds.git diff --git a/src/ui/gui/weight-cases-dialog.h b/src/ui/gui/weight-cases-dialog.h index b193fef4..88a7af73 100644 --- a/src/ui/gui/weight-cases-dialog.h +++ b/src/ui/gui/weight-cases-dialog.h @@ -21,8 +21,11 @@ #ifndef WEIGHT_CASES_DIALOG_H #define WEIGHT_CASES_DIALOG_H -#include "psppire-dialog.h" +#include +#include + +/* Pops up the Weight Cases dialog box */ +void weight_cases_dialog (GObject *o, gpointer data); -PsppireDialog * create_weight_dialog (PsppireVarSelect *, GladeXML *); #endif