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

int wtouchln(WINDOW * win, int y, int, int changed)
{
	return ERR
}

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