1
#ifndef TCPTO_H
2
#define TCPTO_H
3
4
extern int tcpto();
5
extern void tcpto_err();
6
extern void tcpto_clean();
7
8
#endif