summaryrefslogtreecommitdiffstats
path: root/libalx/inc/alx_ncur.h
diff options
context:
space:
mode:
Diffstat (limited to 'libalx/inc/alx_ncur.h')
-rw-r--r--libalx/inc/alx_ncur.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libalx/inc/alx_ncur.h b/libalx/inc/alx_ncur.h
index bf5ed43..f1a774f 100644
--- a/libalx/inc/alx_ncur.h
+++ b/libalx/inc/alx_ncur.h
@@ -65,7 +65,8 @@
const char *format,
...);
- void alx_w_getstr (char *str,
+ void alx_w_getstr (char *dest,
+ int destsize,
int w,
int r,
const char *title,