sync with OpenBSD -current
This commit is contained in:
parent
8873eac723
commit
02d83d01a6
275 changed files with 1129 additions and 1124 deletions
|
@ -821,7 +821,7 @@ extern NCURSES_EXPORT(int) vline (chtype, int); /* generated */
|
|||
extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *, va_list) GCC_DEPRECATED(use vw_printw) /* implemented */
|
||||
GCC_PRINTFLIKE(2,0);
|
||||
extern NCURSES_EXPORT(int) vw_printw (WINDOW *, const char *, va_list) /* implemented */
|
||||
GCC_PRINTFLIKE(2,0);
|
||||
GCC_PRINTFLIKE(2,0);
|
||||
extern NCURSES_EXPORT(int) vwscanw (WINDOW *, const char *, va_list) GCC_DEPRECATED(use vw_scanw) /* implemented */
|
||||
GCC_SCANFLIKE(2,0);
|
||||
extern NCURSES_EXPORT(int) vw_scanw (WINDOW *, const char *, va_list) /* implemented */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue