=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/tmux/tmux.h 2009/06/26 19:44:36 1.15 +++ src/usr.bin/tmux/tmux.h 2009/07/07 19:49:19 1.16 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.15 2009/06/26 19:44:36 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.16 2009/07/07 19:49:19 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -945,8 +945,8 @@ extern volatile sig_atomic_t sigchld; extern volatile sig_atomic_t sigusr1; extern volatile sig_atomic_t sigusr2; -extern struct options global_options; -extern struct options global_window_options; +extern struct options global_s_options; +extern struct options global_w_options; extern char *cfg_file; extern int server_locked; extern char *server_password;