BSD 4_4_Lite2 development
[unix-history] / usr / src / contrib / nvi.1.43 / PORT / clib / addidlok.c
#include <curses.h>
/*
* idlok --
* Fake idlok.
*/
void
idlok(win, bf)
WINDOW *win;
int bf;
{
return;
}