History | View | Annotate | Download (88 Bytes)
#ifndef NETSERV
#define NETSERV
int make_sock(int portno);
void error(char *);
#endif