Print a message indicating success at the end of the configure run.
[pspp] / src / data / settings.h
index ac4c1e202b89d4455a2ebc4f8bda075c8699b557..9ef278fc509e88f8b9fb7b52b6e97edeeb4671f3 100644 (file)
 #include <stdbool.h>
 #include <stddef.h>
 
-void settings_init (void);
+void settings_init (int *, int *);
 void settings_done (void);
 
-void force_long_view (void);
 int get_viewlength (void);
 void set_viewlength (int);