REGRESSION: Warn when REGRESSION with SAVE runs with a filter configured.
[pspp] / src / data / settings.h
index 559f64ebb6d7d3b8d19971b9cceda607c3d3dc54..c499293ebb54a49648297af98ce35119295c7b0d 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 1997-9, 2000, 2006, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 1997-9, 2000, 2006, 2009, 2010, 2015 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -102,6 +102,9 @@ void settings_set_format ( const struct fmt_spec *);
 bool settings_get_testing_mode (void);
 void settings_set_testing_mode (bool);
 
+int settings_get_fuzzbits (void);
+void settings_set_fuzzbits (int);
+
 enum settings_var_style
   {
     SETTINGS_VAR_STYLE_NAMES,
@@ -121,7 +124,7 @@ enum settings_value_style settings_get_value_style (void);
 enum settings_var_style settings_get_var_style (void);
 
 void settings_set_value_style (enum settings_value_style s);
-void settings_set_var_style (enum settings_value_style s);
+void settings_set_var_style (enum settings_var_style s);
 
 
 enum behavior_mode {