version 1.1.1.1, 1999/10/08 02:12:05 |
version 1.2, 2000/02/02 03:30:49 |
|
|
|
/* $OpenXM$ */ |
struct object KoxCreateClient(struct object ip,struct object portStream, |
struct object KoxCreateClient(struct object ip,struct object portStream, |
struct object portControl); |
struct object portControl); |
struct object KoxCloseClient(struct object client); |
struct object KoxCloseClient(struct object client); |
Line 14 void KoxRemovePortFile(void); |
|
Line 15 void KoxRemovePortFile(void); |
|
struct object KoxGetPort(struct object host); |
struct object KoxGetPort(struct object host); |
struct object KoxCreateClient2(struct object peer,struct object ipmask,struct object pass); |
struct object KoxCreateClient2(struct object peer,struct object ipmask,struct object pass); |
struct object KoxGenPass(void); |
struct object KoxGenPass(void); |
|
int KgetCmoTagOfObject(struct object obj); |
|
|
|
|