X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=driver%2Fprefs.h;h=8395f323f1f4ee51bd1c3d7a2265c60c11edb510;hp=b5a528c9aa7108d7c478858c35c5f6e1c75057a1;hb=0ed85ca0e4b0eae40a4f50a51d63f2f41e45373a;hpb=72c1f4c1dc6ab07fe121a327ff1c30bf51ef74c1 diff --git a/driver/prefs.h b/driver/prefs.h index b5a528c9..8395f323 100644 --- a/driver/prefs.h +++ b/driver/prefs.h @@ -83,7 +83,8 @@ struct saver_preferences { extern void load_init_file (saver_preferences *p); extern Bool init_file_changed_p (saver_preferences *p); -extern void write_init_file (saver_preferences *p, const char *version_string); +extern int write_init_file (saver_preferences *p, const char *version_string, + Bool verbose_p); const char *init_file_name (void); extern screenhack *parse_screenhack (const char *line);