format: Reduce size of struct fmt_spec from 12 bytes to 6.
[pspp] / src / data / settings.h
index f485ce152cf8e22cf90a40fb75b53ad3f408ac57..39bac54430f7764a26dafeb9d7bdb57f8e7692d9 100644 (file)
@@ -146,6 +146,9 @@ void settings_set_decimal_char (char decimal);
 
 const struct fmt_settings *settings_get_fmt_settings (void);
 
+double settings_get_small (void);
+void settings_set_small (double);
+
 char * settings_dollar_template (const struct fmt_spec *fmt);
 
 /* Routing of different kinds of output. */