summaryrefslogtreecommitdiffstats
path: root/cmd-find.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-04-18 17:02:28 +0100
committerThomas Adam <thomas@xteddy.org>2018-04-18 17:02:28 +0100
commit0e1b339c1000eb8ca6d2bf7df5fb89fd95654e57 (patch)
tree648ec8340967b0845cff4cb2fdcd9a9b5b83cdad /cmd-find.c
parent6ebd7375909224a039c9afe8e834af2aba5727b9 (diff)
parent3dceddd70ea8491aed082efbb551ca352e97e03d (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-find.c')
-rw-r--r--cmd-find.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-find.c b/cmd-find.c
index 45caaeba..b727b245 100644
--- a/cmd-find.c
+++ b/cmd-find.c
@@ -121,7 +121,7 @@ cmd_find_client_better(struct client *c, struct client *than)
}
/* Find best client for session. */
-static struct client *
+struct client *
cmd_find_best_client(struct session *s)
{
struct client *c_loop, *c;