11 lines
103 B
C
11 lines
103 B
C
/* $Id$ */
|
|
|
|
#ifndef _OPENTCP_H
|
|
#define _OPENTCP_H
|
|
|
|
|
|
int opentcp(char *);
|
|
void closetcp(void);
|
|
|
|
#endif
|