summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2015-12-14 23:30:58 +0000
committernicm <nicm@openbsd.org>2015-12-14 23:30:58 +0000
commit351f93d4fddc914fc6a8749daffb1826a0ac87a6 (patch)
tree8b8494210f47979959557a6ee7b0e0150c6dcf33 /usr.bin/tmux/tmux.h
parentUse long long rather than off_t for line_no to ensure that it's always (diff)
downloadwireguard-openbsd-351f93d4fddc914fc6a8749daffb1826a0ac87a6.tar.xz
wireguard-openbsd-351f93d4fddc914fc6a8749daffb1826a0ac87a6.zip
Use cmd_find_clear_state instead of an extra function doing the same.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index f0c029b2c1e..aa466f70353 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.609 2015/12/14 00:31:54 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.610 2015/12/14 23:30:58 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1764,6 +1764,9 @@ long long args_strtonum(struct args *, u_char, long long, long long,
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);
+void cmd_find_clear_state(struct cmd_find_state *, struct cmd_q *,
+ int);
+void cmd_find_log_state(const char *, struct cmd_find_state *);
/* cmd.c */
int cmd_pack_argv(int, char **, char *, size_t);