=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-find.c,v retrieving revision 1.66 retrieving revision 1.67 diff -c -r1.66 -r1.67 *** src/usr.bin/tmux/cmd-find.c 2018/06/26 13:21:28 1.66 --- src/usr.bin/tmux/cmd-find.c 2018/08/02 11:44:07 1.67 *************** *** 1,4 **** ! /* $OpenBSD: cmd-find.c,v 1.66 2018/06/26 13:21:28 nicm Exp $ */ /* * Copyright (c) 2015 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-find.c,v 1.67 2018/08/02 11:44:07 nicm Exp $ */ /* * Copyright (c) 2015 Nicholas Marriott *************** *** 35,40 **** --- 35,41 ---- 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 *, *************** *** 716,722 **** } /* Log the result. */ ! void cmd_find_log_state(const char *prefix, struct cmd_find_state *fs) { if (fs->s != NULL) --- 717,723 ---- } /* Log the result. */ ! static void cmd_find_log_state(const char *prefix, struct cmd_find_state *fs) { if (fs->s != NULL)