diff options
Diffstat (limited to 'screen_utils.h')
-rw-r--r-- | screen_utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/screen_utils.h b/screen_utils.h index 70091f5c8..a03c36d47 100644 --- a/screen_utils.h +++ b/screen_utils.h @@ -1,2 +1,5 @@ char *screen_readln(WINDOW *w, char *prompt); + +int my_waddstr(WINDOW *, const char *, int); +int my_mvwaddstr(WINDOW *, int, int, const char *, int); |