mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 15:26:58 +00:00
Change cmd_find_target to use a state struct from the caller.
This commit is contained in:
4
tmux.h
4
tmux.h
@ -1760,8 +1760,8 @@ long long args_strtonum(struct args *, u_char, long long, long long,
|
||||
char **);
|
||||
|
||||
/* cmd-find.c */
|
||||
struct cmd_find_state *cmd_find_target(struct cmd_q *, const char *,
|
||||
enum cmd_find_type, int);
|
||||
int cmd_find_target(struct cmd_find_state *, struct cmd_q *,
|
||||
const char *, enum cmd_find_type, int);
|
||||
struct client *cmd_find_client(struct cmd_q *, const char *, int);
|
||||
|
||||
/* cmd.c */
|
||||
|
Reference in New Issue
Block a user