aboutsummaryrefslogtreecommitdiff
path: root/options-table.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-07-20 18:01:10 +0100
committerThomas Adam <thomas@xteddy.org>2015-07-20 18:01:10 +0100
commit18a64ad52d5b33e229783574a637268eb098b1f0 (patch)
treef4d783fbbb74236698b2898dbdb88cdf2e762f78 /options-table.c
parentdedd9edf7fbfa6bc98445f4d33d9d5a4e7c34854 (diff)
parent92af3766ecc456bd8ade8fe5746d27f4557fdaa8 (diff)
downloadrtmux-18a64ad52d5b33e229783574a637268eb098b1f0.tar.gz
rtmux-18a64ad52d5b33e229783574a637268eb098b1f0.tar.bz2
rtmux-18a64ad52d5b33e229783574a637268eb098b1f0.zip
Merge branch 'obsd-master'
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/options-table.c b/options-table.c
index f4a4879a..1c9ccd95 100644
--- a/options-table.c
+++ b/options-table.c
@@ -82,6 +82,11 @@ const struct options_table_entry server_options_table[] = {
.default_num = 0
},
+ { .name = "history-file",
+ .type = OPTIONS_TABLE_STRING,
+ .default_str = NULL
+ },
+
{ .name = "message-limit",
.type = OPTIONS_TABLE_NUMBER,
.minimum = 0,