=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.400 retrieving revision 1.401 diff -c -r1.400 -r1.401 *** src/usr.bin/tmux/tmux.h 2013/03/25 10:05:35 1.400 --- src/usr.bin/tmux/tmux.h 2013/03/25 10:09:07 1.401 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.400 2013/03/25 10:05:35 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.401 2013/03/25 10:09:07 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1420,1425 **** --- 1420,1427 ---- void *data; struct msg_command_data *msgdata; + + TAILQ_ENTRY(cmd_q) waitentry; }; /* Command definition. */ *************** *** 1839,1844 **** --- 1841,1847 ---- extern const struct cmd_entry cmd_unbind_key_entry; extern const struct cmd_entry cmd_unlink_window_entry; extern const struct cmd_entry cmd_up_pane_entry; + extern const struct cmd_entry cmd_wait_for_entry; /* cmd-attach-session.c */ enum cmd_retval cmd_attach_session(struct cmd_q *, const char*, int, int);