=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.65 retrieving revision 1.66 diff -c -r1.65 -r1.66 *** src/usr.bin/tmux/tmux.h 2009/07/30 13:45:56 1.65 --- src/usr.bin/tmux/tmux.h 2009/07/30 16:32:12 1.66 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.65 2009/07/30 13:45:56 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.66 2009/07/30 16:32:12 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1338,1350 **** /* client.c */ int client_init(char *, struct client_ctx *, int, int); int client_main(struct client_ctx *); - - /* client-msg.c */ int client_msg_dispatch(struct client_ctx *); /* client-fn.c */ void client_write_server(struct client_ctx *, enum msgtype, void *, size_t); void client_fill_session(struct msg_command_data *); /* key-bindings.c */ extern struct key_bindings key_bindings; --- 1338,1349 ---- /* client.c */ int client_init(char *, struct client_ctx *, int, int); int client_main(struct client_ctx *); int client_msg_dispatch(struct client_ctx *); /* client-fn.c */ void client_write_server(struct client_ctx *, enum msgtype, void *, size_t); void client_fill_session(struct msg_command_data *); + void client_suspend(void); /* key-bindings.c */ extern struct key_bindings key_bindings;