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

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

extern	index();
extern	create();
extern	display();
extern  dest_const();

int	(*Func[])() =
{
	&index,
	&create,
	&display,
	&dest_const,
};