minix/servers/inet/qp.h
Philip Homburg 04b478f177 More stack for tcpd.
Safecopies renders the NWIOQUERYPARAM ioctl useless. This functionality
is now replaced with /dev/ipstat. Write the request to the device and
read the answer in one read request.
2006-07-13 13:19:48 +00:00

21 lines
297 B
C

/*
inet/qp.h
Handle queryparams requests
Created: June 1995 by Philip Homburg <philip@f-mnx.phicoh.com>
Copyright 1995 Philip Homburg
*/
#ifndef INET__QP_H
#define INET__QP_H
void qp_init ARGS(( void ));
#endif /* INET__QP_H */
/*
* $PchId: qp.h,v 1.4 2005/01/29 18:08:06 philip Exp $
*/