4.4BSD/usr/src/contrib/nvi/nvi/PORT/clib/idlok.c

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

#include <curses.h>

/*
 * idlok --
 *      Fake idlok.
 */
void
idlok(win, bf)
        WINDOW *win;
        int bf;
{
	return;
}