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

int scr_restore(const char * filename)
{
	return ERR;
}

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