=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.57 retrieving revision 1.58 diff -c -r1.57 -r1.58 *** src/usr.bin/tmux/tmux.h 2009/07/27 12:11:11 1.57 --- src/usr.bin/tmux/tmux.h 2009/07/27 18:51:46 1.58 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.57 2009/07/27 12:11:11 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.58 2009/07/27 18:51:46 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1033,1039 **** /* mode-key.c */ void mode_key_init(struct mode_key_data *, int, int); - void mode_key_free(struct mode_key_data *); enum mode_key_cmd mode_key_lookup(struct mode_key_data *, int); /* options.c */ --- 1033,1038 ----