diff options
Diffstat (limited to 'src/screen.h')
| -rw-r--r-- | src/screen.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h index 0e5137a..43793b5 100644 --- a/src/screen.h +++ b/src/screen.h | |||
| @@ -186,6 +186,9 @@ struct params { | |||
| 186 | 186 | ||
| 187 | WINDOW *menuholder; | 187 | WINDOW *menuholder; |
| 188 | MENU *menu; | 188 | MENU *menu; |
| 189 | |||
| 190 | int (*decrypt_callback)(void*); | ||
| 191 | void *decrypt_args; | ||
| 189 | 192 | ||
| 190 | // Previously buyp | 193 | // Previously buyp |
| 191 | unsigned int price; | 194 | unsigned int price; |
