summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-05-12 09:02:28 +0100
committerThomas Adam <thomas@xteddy.org>2019-05-12 09:02:28 +0100
commit677bb168a9d2b53df70beb886ee92b078237ef87 (patch)
tree516e335a72e0b604b3479a35e9c91b7bea77dd36 /tmux.h
parent50d1d04913773762459ba02ef473261459c8e8a9 (diff)
parentc91323e4d6a4bd5f2c646e315d57ead1a7c568ea (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index 794dd3d7..e7f26135 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2555,9 +2555,7 @@ __dead void printflike(1, 2) fatal(const char *, ...);
__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 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,