diff options
Diffstat (limited to 'src/screen.h')
| -rw-r--r-- | src/screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.h b/src/screen.h index efe7335..0e5137a 100644 --- a/src/screen.h +++ b/src/screen.h | |||
| @@ -215,7 +215,7 @@ int init_slotholder(struct slotholder *slots); | |||
| 215 | int init_custom_menu_format(WINDOW *menuholder, MENU *menu, const int fmtdim[2], Menu_Options toggleon, Menu_Options toggleoff); | 215 | int init_custom_menu_format(WINDOW *menuholder, MENU *menu, const int fmtdim[2], Menu_Options toggleon, Menu_Options toggleoff); |
| 216 | 216 | ||
| 217 | // Create the vx-gambleground banner | 217 | // Create the vx-gambleground banner |
| 218 | WINDOW* create_banner(int col, int randomnum); | 218 | WINDOW* create_banner(int col, int randomnum, const char *passphrase); |
| 219 | 219 | ||
| 220 | // Deal with menu items when a user hits enter | 220 | // Deal with menu items when a user hits enter |
| 221 | int handle_menuitem(MENU *menu, struct params *params); | 221 | int handle_menuitem(MENU *menu, struct params *params); |
