=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.117 retrieving revision 1.118 diff -c -r1.117 -r1.118 *** src/usr.bin/tmux/tmux.h 2009/09/23 14:42:48 1.117 --- src/usr.bin/tmux/tmux.h 2009/09/24 14:17:09 1.118 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.117 2009/09/23 14:42:48 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.118 2009/09/24 14:17:09 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1326,1332 **** --- 1326,1334 ---- extern const struct cmd_entry cmd_list_sessions_entry; extern const struct cmd_entry cmd_list_windows_entry; extern const struct cmd_entry cmd_load_buffer_entry; + extern const struct cmd_entry cmd_lock_client_entry; extern const struct cmd_entry cmd_lock_server_entry; + extern const struct cmd_entry cmd_lock_session_entry; extern const struct cmd_entry cmd_move_window_entry; extern const struct cmd_entry cmd_new_session_entry; extern const struct cmd_entry cmd_new_window_entry; *************** *** 1457,1462 **** --- 1459,1466 ---- void server_redraw_window(struct window *); void server_status_window(struct window *); void server_lock(void); + void server_lock_session(struct session *); + void server_lock_client(struct client *); int server_unlock(const char *); void server_kill_window(struct window *); int server_link_window(