aboutsummaryrefslogtreecommitdiff
path: root/cmd-find.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-08-02 15:02:25 +0100
committerThomas Adam <thomas@xteddy.org>2018-08-02 15:02:25 +0100
commiteceaa9a49345d0ab1cdd2f0489acbbbf4838126a (patch)
treef60faaec2c6b99b7076ca8e86a1841ea93e18bde /cmd-find.c
parent2e19a5ecb96d5c4c9abd196b0a61ad88360530d0 (diff)
parentfb1f0fee5af3da964ec359ae2b543353ce47f996 (diff)
downloadrtmux-eceaa9a49345d0ab1cdd2f0489acbbbf4838126a.tar.gz
rtmux-eceaa9a49345d0ab1cdd2f0489acbbbf4838126a.tar.bz2
rtmux-eceaa9a49345d0ab1cdd2f0489acbbbf4838126a.zip
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-find.c')
-rw-r--r--cmd-find.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd-find.c b/cmd-find.c
index 643da293..02450d97 100644
--- a/cmd-find.c
+++ b/cmd-find.c
@@ -34,6 +34,7 @@ static int cmd_find_best_winlink_with_window(struct cmd_find_state *);
static const char *cmd_find_map_table(const char *[][2], const char *);
+static void cmd_find_log_state(const char *, struct cmd_find_state *);
static int cmd_find_get_session(struct cmd_find_state *, const char *);
static int cmd_find_get_window(struct cmd_find_state *, const char *, int);
static int cmd_find_get_window_with_session(struct cmd_find_state *,
@@ -715,7 +716,7 @@ cmd_find_copy_state(struct cmd_find_state *dst, struct cmd_find_state *src)
}
/* Log the result. */
-void
+static void
cmd_find_log_state(const char *prefix, struct cmd_find_state *fs)
{
if (fs->s != NULL)