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

int notimeout(WINDOW * win, bool bf)
{
	return ERR;
}

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