From 46704f5380f38de5d7bf86c1552e80c76b25183a Mon Sep 17 00:00:00 2001 From: William McBrine Date: Thu, 28 Dec 2017 19:15:11 -0500 Subject: [PATCH] Missing prototypes for bkgrnd() and bkgrndset(). --- curses.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/curses.h b/curses.h index 258edeb1..5def5c3d 100644 --- a/curses.h +++ b/curses.h @@ -1149,6 +1149,8 @@ PDCEX int addwstr(const wchar_t *); PDCEX int add_wch(const cchar_t *); PDCEX int add_wchnstr(const cchar_t *, int); PDCEX int add_wchstr(const cchar_t *); +PDCEX int bkgrnd(const cchar_t *); +PDCEX void bkgrndset(const cchar_t *); PDCEX int border_set(const cchar_t *, const cchar_t *, const cchar_t *, const cchar_t *, const cchar_t *, const cchar_t *, const cchar_t *, const cchar_t *);