ftp.nice.ch/pub/next/unix/network/news/nntp.1.5.11.s.tar.gz#/nntp/server/timer.h

This is timer.h in view mode; [Download] [Up]

/* @(#) $Header: timer.h,v 1.2 90/12/12 00:52:56 sob Exp $ */

struct timer {
	void (*subr)();		/* routine to invoke at timeout */
	int resetoninput;	/* if true, reset timer on input */
	long seconds;		/* seconds until a timeout */
	long left;		/* seconds left until next timeout */
};

void timer_init();
int timer_sleep();

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.