This is slave.h in view mode; [Download] [Up]
/* linked list of slave window */ typedef struct slave_link { struct slave_link *next ; int slave ; } Slave_link ;
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.