#ifndef _NETFD_H_077f057d_ #define _NETFD_H_077f057d_ /* This file is in the public domain. */ #include "structs.h" /* * External interfaces to netfd.c. netfd.c manages network * connections, once they have come up in the network sense. */ /* * Create a new NETFD. Arguments: socket fd, the relevant LISTEN, and * a text identifier string used for error messages. */ extern void netfd_new(int, LISTEN *, char *); #endif