ftp.nice.ch/pub/next/connectivity/protocol/GateKeeper.3.0.Beta.4.s.tar.gz#/GateKeeper.3.0.Beta.4.s/MiG/Library/gk_rpc_types.h

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

//*****************************************************************************
//
// 	gk_rpc_types.h  
//
//		Definitions for gk server.
//
//			by	Felipe A. Rodriguez		
//
//	This code is supplied "as is" the author makes no warranty as to its 
//	suitability for any purpose.  This code is free and may be distributed 
//	in accordance with the terms of the:
//		
//			GNU GENERAL PUBLIC LICENSE
//			Version 2, June 1991
//			copyright (C) 1989, 1991 Free Software Foundation, Inc.
// 			675 Mass Ave, Cambridge, MA 02139, USA
//
//*****************************************************************************

#import <mach/mach.h>
#import <string.h>


#define GK_SERVER_NAME "GateKeeper-Server"

extern port_t gk_rpc_server_look_up(void);		// netname server lookup func
typedef char gk_cstring[80];								// connect string 

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