aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-04-21 14:09:44 +0000
committernicm <nicm>2017-04-21 14:09:44 +0000
commitc799425069d02675474cda312fac1457829052fb (patch)
tree072ca7fbea547071b5f4a14de7edc166bf0ac51c /tmux.h
parent428be9803cab5121bc8ccad5ecbcce509c57b3a1 (diff)
downloadrtmux-c799425069d02675474cda312fac1457829052fb.tar.gz
rtmux-c799425069d02675474cda312fac1457829052fb.tar.bz2
rtmux-c799425069d02675474cda312fac1457829052fb.zip
More unnecessary arguments now winlink points back to session.
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 382efb40..5b33b497 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1563,7 +1563,7 @@ void printflike(4, 5) hooks_insert(struct hooks *, struct cmdq_item *,
void notify_input(struct window_pane *, struct evbuffer *);
void notify_client(const char *, struct client *);
void notify_session(const char *, struct session *);
-void notify_winlink(const char *, struct session *, struct winlink *);
+void notify_winlink(const char *, struct winlink *);
void notify_session_window(const char *, struct session *, struct window *);
void notify_window(const char *, struct window *);
void notify_pane(const char *, struct window_pane *);
@@ -1747,7 +1747,7 @@ void cmd_find_log_state(const char *, struct cmd_find_state *);
int cmd_find_from_session(struct cmd_find_state *,
struct session *);
int cmd_find_from_winlink(struct cmd_find_state *,
- struct session *, struct winlink *);
+ struct winlink *);
int cmd_find_from_session_window(struct cmd_find_state *,
struct session *, struct window *);
int cmd_find_from_window(struct cmd_find_state *, struct window *);