aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-12-13 18:01:11 +0000
committerThomas Adam <thomas@xteddy.org>2015-12-13 18:01:11 +0000
commitd37a5800850f899cddb4efadc0304cfc76376e26 (patch)
tree872d25b5f4a74f9e38d58a129f2cf702113e127b /tmux.h
parentae5ddfdc1ae471f13c6d0e94ff4029d4fb29e1f4 (diff)
parent9b7697db62dc1c809955e8f8fea2868c230cc503 (diff)
downloadrtmux-d37a5800850f899cddb4efadc0304cfc76376e26.tar.gz
rtmux-d37a5800850f899cddb4efadc0304cfc76376e26.tar.bz2
rtmux-d37a5800850f899cddb4efadc0304cfc76376e26.zip
Merge branch 'obsd-master'
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 54e3ac38..113a53b8 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1762,8 +1762,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 */