=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1139 retrieving revision 1.1140 diff -c -r1.1139 -r1.1140 *** src/usr.bin/tmux/tmux.h 2021/08/27 17:25:55 1.1139 --- src/usr.bin/tmux/tmux.h 2021/09/09 13:38:32 1.1140 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.1139 2021/08/27 17:25:55 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.1140 2021/09/09 13:38:32 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 2234,2240 **** struct args_value *args_value(struct args *, u_int); const char *args_string(struct args *, u_int); struct cmd_list *args_make_commands_now(struct cmd *, struct cmdq_item *, ! u_int); struct args_command_state *args_make_commands_prepare(struct cmd *, struct cmdq_item *, u_int, const char *, int, int); struct cmd_list *args_make_commands(struct args_command_state *, int, char **, --- 2234,2240 ---- struct args_value *args_value(struct args *, u_int); const char *args_string(struct args *, u_int); struct cmd_list *args_make_commands_now(struct cmd *, struct cmdq_item *, ! u_int, int); struct args_command_state *args_make_commands_prepare(struct cmd *, struct cmdq_item *, u_int, const char *, int, int); struct cmd_list *args_make_commands(struct args_command_state *, int, char **,