=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.695 retrieving revision 1.696 diff -c -r1.695 -r1.696 *** src/usr.bin/tmux/tmux.h 2017/01/13 11:56:43 1.695 --- src/usr.bin/tmux/tmux.h 2017/01/13 11:58:49 1.696 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.695 2017/01/13 11:56:43 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.696 2017/01/13 11:58:49 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1636,1642 **** long long options_get_number(struct options *, const char *); struct options_entry *options_set_style(struct options *, const char *, int, const char *); ! struct grid_cell *options_get_style(struct options *, const char *); /* options-table.c */ extern const struct options_table_entry options_table[]; --- 1636,1642 ---- long long options_get_number(struct options *, const char *); struct options_entry *options_set_style(struct options *, const char *, int, const char *); ! const struct grid_cell *options_get_style(struct options *, const char *); /* options-table.c */ extern const struct options_table_entry options_table[];