Statistics
| Revision:

root / trunk / code / projects / mapping / python / netserv.h @ 902

History | View | Annotate | Download (88 Bytes)

1
#ifndef NETSERV
2
#define NETSERV
3
4
int make_sock(int portno);
5
void error(char *);
6
7
#endif