aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-01-18 08:02:30 +0000
committerThomas Adam <thomas@xteddy.org>2018-01-18 08:02:30 +0000
commitd9e740f86d256b9f5b235856bcb8bd697bf3c722 (patch)
treec1e6766c63e8fd236b5f7ce411089e2693923ef4 /tmux.h
parent84ddc72744d88f399103ea350c28d5fb45e28b96 (diff)
parentc9037fde1c6fd1e32988951384d2a224591867f1 (diff)
downloadrtmux-d9e740f86d256b9f5b235856bcb8bd697bf3c722.tar.gz
rtmux-d9e740f86d256b9f5b235856bcb8bd697bf3c722.tar.bz2
rtmux-d9e740f86d256b9f5b235856bcb8bd697bf3c722.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 30c99e7e..85719c07 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1585,8 +1585,6 @@ void hooks_add(struct hooks *, const char *, struct cmd_list *);
void hooks_copy(struct hooks *, struct hooks *);
void hooks_remove(struct hooks *, const char *);
struct hook *hooks_find(struct hooks *, const char *);
-void printflike(4, 5) hooks_run(struct hooks *, struct client *,
- struct cmd_find_state *, const char *, ...);
void printflike(4, 5) hooks_insert(struct hooks *, struct cmdq_item *,
struct cmd_find_state *, const char *, ...);