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=e850a37743edb8035b15c4ed313a2b8fdafdc696;hp=b193fef45eccd0e76930bd8d1a015bedaf007a9a;hpb=09a1109ddc398f36fe720208e1d38053850cbd2a;p=pspp diff --git a/src/ui/gui/weight-cases-dialog.h b/src/ui/gui/weight-cases-dialog.h index b193fef45e..88a7af7339 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