menu: add menu_finish()

This commit is contained in:
Johan Malm 2020-10-22 19:43:27 +01:00
parent 4d1acf645c
commit d39b158cec
3 changed files with 23 additions and 3 deletions

View file

@ -22,6 +22,7 @@ struct menu {
/* menu_create - create menu */
void menu_init(struct server *server, struct menu *menu);
void menu_finish(struct menu *menu);
/* menu_move - move to position (x, y) */
void menu_move(struct menu *menu, int x, int y);