=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.88 retrieving revision 1.89 diff -c -r1.88 -r1.89 *** src/usr.bin/tmux/tmux.h 2009/08/23 16:45:00 1.88 --- src/usr.bin/tmux/tmux.h 2009/08/23 17:29:51 1.89 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.88 2009/08/23 16:45:00 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.89 2009/08/23 17:29:51 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1109,1115 **** void sighandler(int); /* cfg.c */ ! int load_cfg(const char *, char **x); /* mode-key.c */ extern const struct mode_key_table mode_key_tables[]; --- 1109,1115 ---- void sighandler(int); /* cfg.c */ ! int load_cfg(const char *, struct cmd_ctx *, char **); /* mode-key.c */ extern const struct mode_key_table mode_key_tables[];