ipt.h revision 22514
1/*
2 * (C)opyright 1993,1994,1995 by Darren Reed.
3 *
4 * Redistribution and use in source and binary forms are permitted
5 * provided that this notice is preserved and due credit is given
6 * to the original author and the contributors.
7 * $Id: ipt.h,v 2.0.1.1 1997/01/09 15:14:44 darrenr Exp $
8 */
9
10#include <fcntl.h>
11
12struct	ipread	{
13	int	(*r_open)();
14	int	(*r_close)();
15	int	(*r_readip)();
16};
17