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

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

null()
{
	return (0);

}

extern int	openr(), closer();
int	(*Func[])() =
{
	&null,
	&null,
	&null,
	&null,
	&null,
	&null,
	&null,
	&null,
	&null,
	&null,
	&null,
	&null,
	&null,
	&null,
	&null,
	/* the functions below are needed only for compilation
	** and is not intended to be executed
	*/
	&openr,
	&closer,
};