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

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

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