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

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

#ifndef	_pppd_rpc
#define	_pppd_rpc

/* Module pppd_rpc */

#include <mach/kern_return.h>
#include <mach/port.h>
#include <mach/message.h>

#ifndef	mig_external
#define mig_external extern
#endif

#include <mach/std_types.h>

/* Routine pppd_status */
mig_external kern_return_t pppd_status (
	port_t server,
	int *c);

/* Routine set_pppd */
mig_external kern_return_t set_pppd (
	port_t server,
	int a);

/* SimpleRoutine die_pppd */
mig_external kern_return_t die_pppd (
	port_t server,
	int a);

#endif	_pppd_rpc

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