Enabled output generation in the GUI.
[pspp-builds.git] / src / output / output.h
index 7215cb6ca3797cb3f006437a9278791ed503854e..f7504bce0dba4dd48c80ac77c887d0da8c0cb12d 100644 (file)
@@ -142,7 +142,7 @@ void outp_configure_macro (char *);
 
 void outp_list_classes (void);
 
-void outp_enable_device (int enable, int device);
+void outp_enable_device (bool enable, int device);
 struct outp_driver *outp_drivers (struct outp_driver *);
 
 bool outp_parse_options (struct substring options,