aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
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 757e7673..c00a468c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2551,9 +2551,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,