summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/curses/getstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/curses/getstr.c b/src/curses/getstr.c
index 086aee6c..f9dd98c5 100644
--- a/src/curses/getstr.c
+++ b/src/curses/getstr.c
@@ -6,7 +6,7 @@ int wgetstr(WINDOW * win, char * str)
return 0;
}
-CURSES_FUNCTION1(int, getch, char *)
+CURSES_FUNCTION(int, getstr, char *)
/*
XOPEN(4)