summary refs log tree commit diff stats
path: root/src/common/chanopt.h
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2016-03-29 19:38:34 +0200
committerPatrick Griffis <tingping@tingping.se>2016-03-30 08:11:07 -0400
commit0635e91dd6f43ae4944e845cc44a429dbd2352fb (patch)
tree155543f7704bf4486b377596bc463d5fdc586378 /src/common/chanopt.h
parent5f2d6a3c115b8029b43c57e7c808a7191956e287 (diff)
Don't flush the chanopt_list when saving it
Closes #1665
Fixes #1134
Diffstat (limited to 'src/common/chanopt.h')
-rw-r--r--src/common/chanopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/chanopt.h b/src/common/chanopt.h
index 18b9a432..a5494605 100644
--- a/src/common/chanopt.h
+++ b/src/common/chanopt.h
@@ -22,7 +22,7 @@
 
 int chanopt_command (session *sess, char *tbuf, char *word[], char *word_eol[]);
 gboolean chanopt_is_set (unsigned int global, guint8 per_chan_setting);
-void chanopt_save_all (void);
+void chanopt_save_all (gboolean flush);
 void chanopt_save (session *sess);
 void chanopt_load (session *sess);