*** empty log message ***
This commit is contained in:
10
tecs/tecc.h
10
tecs/tecc.h
@@ -1,14 +1,16 @@
|
||||
#include "client.h"
|
||||
/*
|
||||
tecc.h: tecs client interface routines
|
||||
|
||||
M. Zolliker March 2000
|
||||
------------------------------------------------------------------------*/
|
||||
|
||||
typedef struct { int tecc_private; } *pTecsClient;
|
||||
typedef CocConn *pTecsClient;
|
||||
/* typedef struct { int tecc_private; } *pTecsClient; */
|
||||
/* hidden structure for a tecs client
|
||||
------------------------------------------------------------------------*/
|
||||
|
||||
pTecsClient TeccInit(char *server);
|
||||
pTecsClient TeccInit(char *server, int port);
|
||||
/* init tecs client (connect to server)
|
||||
------------------------------------------------------------------------*/
|
||||
|
||||
@@ -37,3 +39,7 @@ void TeccClose(pTecsClient conn);
|
||||
/* close connection and free ressources
|
||||
------------------------------------------------------------------------*/
|
||||
|
||||
int TeccKillServer(pTecsClient conn);
|
||||
/* kill the server process
|
||||
------------------------------------------------------------------------*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user