Fixed assignment of the intercept
[pspp-builds.git] / src / settings.h
index 9e6209250da9b2fcfae9f2c31f0691e9ea3491e4..abb1743b04452786a0a94ebe7dd7081c6bc7a95a 100644 (file)
@@ -32,8 +32,8 @@ enum
     SET_ROUTE_DISABLE = 010    /* Disable output--overrides all other bits. */
   };
 
-void init_settings (void);
-void done_settings (void);
+void settings_init (void);
+void settings_done (void);
 
 void force_long_view (void);
 int get_viewlength (void);
@@ -116,11 +116,6 @@ struct custom_currency
 const struct custom_currency *get_cc (int idx);
 void set_cc (int idx, const struct custom_currency *);
 
-#include <gsl/gsl_rng.h>
-
-gsl_rng *get_rng (void);
-void set_rng (unsigned long seed);
-
 bool get_testing_mode (void);
 void set_testing_mode (bool);