summaryrefslogtreecommitdiff
path: root/src/curses/border.c
blob: 6ee27e6897feaed40657bddf714251feb4db72fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <curses.h>
#include "_curses.h"

int wborder(WINDOW * win, chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br)
{
	return ERR;
}

CURSES_WFN8(int, border, chtype, chtype, chtype, chtype, chtype, chtype, chtype, chtype)

/*
XOPEN(400)
LINK(curses)
*/