mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
Irssi won't automatically overwrite configuration files if they're
changed while irssi is running: - /SAVE asks whether to save it or not - autosave at quit saves it to config.autosave file git-svn-id: http://svn.irssi.org/repos/irssi/trunk@762 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
228c1d7f36
commit
a2cac63e56
5 changed files with 115 additions and 15 deletions
|
|
@ -57,6 +57,7 @@ SETTINGS_REC *settings_get_record(const char *key);
|
|||
/* if `fname' is NULL, the default is used */
|
||||
int settings_reread(const char *fname);
|
||||
int settings_save(const char *fname);
|
||||
int irssi_config_is_changed(const char *fname);
|
||||
|
||||
void settings_init(void);
|
||||
void settings_deinit(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue