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

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

extern	modify();
extern	create();
extern	destroy();
extern	resetrel();

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