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=a10cebe053263d7e936b6533a3dbf5ac2f0586a1;hp=b193fef45eccd0e76930bd8d1a015bedaf007a9a;hpb=9683d7528884fcb3c60705812de9f96889536388;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