ftp.nice.ch/pub/next/tools/workspace/WhosOnFirst.2.0.N.bs.tar.gz#/WhosOnFirst.pkg/_WhosOnFirst/WhosOnFirst/structs.h

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

struct record {
	char name[10];		/* User name */
	char tty[10];		/* TTY name */
	char hostname[64];	/* Host Name */
	int marked;		/* Referenced */
	id windowPointer;	/* Pointer to window */
	float x,y;		/* x,y position of icon (screen coords) */
	struct record *next;	/* Pointer to next record in list */

};

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