aboutsummaryrefslogtreecommitdiff
path: root/cmd-find.c
diff options
context:
space:
mode:
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 84b13126..8e631575 100644
--- a/cmd-find.c
+++ b/cmd-find.c
@@ -122,7 +122,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;