=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.692 retrieving revision 1.693 diff -c -r1.692 -r1.693 *** src/usr.bin/tmux/tmux.h 2017/01/12 10:15:55 1.692 --- src/usr.bin/tmux/tmux.h 2017/01/12 15:36:35 1.693 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.692 2017/01/12 10:15:55 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.693 2017/01/12 15:36:35 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1627,1640 **** struct options_entry *options_find1(struct options *, const char *); struct options_entry *options_find(struct options *, const char *); void options_remove(struct options *, const char *); ! struct options_entry *printflike(3, 4) options_set_string(struct options *, ! const char *, const char *, ...); char *options_get_string(struct options *, const char *); struct options_entry *options_set_number(struct options *, const char *, long long); long long options_get_number(struct options *, const char *); ! struct options_entry *options_set_style(struct options *, const char *, ! const char *, int); struct grid_cell *options_get_style(struct options *, const char *); /* options-table.c */ --- 1627,1640 ---- struct options_entry *options_find1(struct options *, const char *); struct options_entry *options_find(struct options *, const char *); void options_remove(struct options *, const char *); ! struct options_entry * printflike(4, 5) options_set_string(struct options *, ! const char *, int, const char *, ...); char *options_get_string(struct options *, const char *); struct options_entry *options_set_number(struct options *, const char *, long long); 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 */