minix/servers/inet/proto.h
Ben Gras 6a73e85ad1 retire _PROTOTYPE
. only good for obsolete K&R support
	. also remove a stray ansi.h and the proto cmd
2012-03-25 16:17:10 +02:00

29 lines
358 B
C

/*
inet/proto.h
Created: Jan 2, 1992 by Philip Homburg
Copyright 1995 Philip Homburg
*/
/* clock.c */
void clck_tick(message *mess);
/* mnx_eth.c */
void eth_rec(message *m);
void eth_check_driver(char *label, endpoint_t endpoint);
/* sr.c */
struct mq;
void sr_rec(struct mq *m);
/*
* $PchId: proto.h,v 1.4 1995/11/21 06:36:37 philip Exp $
*/