aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-12-13 16:44:35 +0000
committernicm <nicm>2015-12-13 16:44:35 +0000
commit9b7697db62dc1c809955e8f8fea2868c230cc503 (patch)
tree873c07d18ce953b78320a3a4458d2091031e7181 /tmux.h
parent208e2dad1e197d6256fe977d675809996e8bcf89 (diff)
downloadrtmux-9b7697db62dc1c809955e8f8fea2868c230cc503.tar.gz
rtmux-9b7697db62dc1c809955e8f8fea2868c230cc503.tar.bz2
rtmux-9b7697db62dc1c809955e8f8fea2868c230cc503.zip
Change cmd_find_target to use a state struct from the caller.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 7a30fc71..e6fb521e 100644
--- a/tmux.h
+++ b/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 */