=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.895 retrieving revision 1.896 diff -c -r1.895 -r1.896 *** src/usr.bin/tmux/tmux.h 2019/05/10 18:04:06 1.895 --- src/usr.bin/tmux/tmux.h 2019/05/12 07:27:08 1.896 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.895 2019/05/10 18:04:06 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.896 2019/05/12 07:27:08 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 2551,2559 **** __dead void printflike(1, 2) fatalx(const char *, ...); /* menu.c */ ! struct menu *menu_create_from_items(struct menu_item *, u_int, ! struct client *, struct cmd_find_state *, const char *); ! struct menu *menu_create_from_string(const char *, struct client *, struct cmd_find_state *, const char *); void menu_free(struct menu *); int menu_display(struct menu *, int, struct cmdq_item *, u_int, --- 2551,2557 ---- __dead void printflike(1, 2) fatalx(const char *, ...); /* menu.c */ ! struct menu *menu_create(const char *, struct client *, struct cmd_find_state *, const char *); void menu_free(struct menu *); int menu_display(struct menu *, int, struct cmdq_item *, u_int,