2.11BSD/ingres/source/dbu/overlaya.c

Compare this file to the similar file:
Show the results in this format:

extern	create();
extern	destroy();
extern	rupdate();
extern	print();
extern	help();
extern	resetrel();

int	(*Func[])() =
{
	&create,
	&destroy,
	&rupdate,
	&print,
	&help,
	&resetrel,
};