X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fsettings.h;h=c499293ebb54a49648297af98ce35119295c7b0d;hb=6127c33ca07fc592fd9624638f28248aaa9e317e;hp=409b7fe9ebffb690340dc8ebfbc3f0aca2fb442e;hpb=f863b6025897457e1b61d043833e25a35a4c246e;p=pspp diff --git a/src/data/settings.h b/src/data/settings.h index 409b7fe9eb..c499293ebb 100644 --- a/src/data/settings.h +++ b/src/data/settings.h @@ -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,