/* $Id$ */

#ifndef	_OPENTCP_H
#define	_OPENTCP_H


int  opentcp(char *);
void closetcp(void);

#endif