diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-01-31 00:01:12 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-01-31 00:01:12 +0000 |
commit | d8da761d54ed0d2b449e412511496e67ce8d33ac (patch) | |
tree | 56606ce4edbee5b9c57aaf7f6691e1dd9e077ce5 /tmux.h | |
parent | 9094f01c6bf3de3cca17a3303a46adce268d9107 (diff) | |
parent | 3408595f77920764bf6c4c313a0abc6a1cfb8048 (diff) | |
download | rtmux-d8da761d54ed0d2b449e412511496e67ce8d33ac.tar.gz rtmux-d8da761d54ed0d2b449e412511496e67ce8d33ac.tar.bz2 rtmux-d8da761d54ed0d2b449e412511496e67ce8d33ac.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1564,7 +1564,7 @@ int options_array_set(struct options_entry *, u_int, const char *, int options_array_size(struct options_entry *, u_int *); void options_array_assign(struct options_entry *, const char *); int options_isstring(struct options_entry *); -const char *options_tostring(struct options_entry *, int); +const char *options_tostring(struct options_entry *, int, int); char *options_parse(const char *, int *); struct options_entry *options_parse_get(struct options *, const char *, int *, int); |