=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.881 retrieving revision 1.882 diff -c -r1.881 -r1.882 *** src/usr.bin/tmux/tmux.h 2019/04/23 20:36:55 1.881 --- src/usr.bin/tmux/tmux.h 2019/04/25 18:18:55 1.882 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.881 2019/04/23 20:36:55 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.882 2019/04/25 18:18:55 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1742,1748 **** union options_value *options_array_item_value(struct options_array_item *); int options_isarray(struct options_entry *); int options_isstring(struct options_entry *); ! 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); --- 1742,1748 ---- union options_value *options_array_item_value(struct options_array_item *); int options_isarray(struct options_entry *); int options_isstring(struct options_entry *); ! 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);