=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.609 retrieving revision 1.610 diff -c -r1.609 -r1.610 *** src/usr.bin/tmux/tmux.h 2015/12/14 00:31:54 1.609 --- src/usr.bin/tmux/tmux.h 2015/12/14 23:30:58 1.610 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.609 2015/12/14 00:31:54 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.610 2015/12/14 23:30:58 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1764,1769 **** --- 1764,1772 ---- 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);