summaryrefslogtreecommitdiff
path: root/src/curses/wnoutrefresh.c
blob: 5eb2b71a250b1468dfb3e239296569d086625662 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <curses.h>

int wnoutrefresh(WINDOW * win)
{
	return ERR;
}

/*
XOPEN(4)
LINK(curses)
*/