diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-12-13 18:01:11 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-12-13 18:01:11 +0000 |
commit | d37a5800850f899cddb4efadc0304cfc76376e26 (patch) | |
tree | 872d25b5f4a74f9e38d58a129f2cf702113e127b /tmux.h | |
parent | ae5ddfdc1ae471f13c6d0e94ff4029d4fb29e1f4 (diff) | |
parent | 9b7697db62dc1c809955e8f8fea2868c230cc503 (diff) | |
download | rtmux-d37a5800850f899cddb4efadc0304cfc76376e26.tar.gz rtmux-d37a5800850f899cddb4efadc0304cfc76376e26.tar.bz2 rtmux-d37a5800850f899cddb4efadc0304cfc76376e26.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |