=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/plugin/oxx.h,v retrieving revision 1.1.1.1 retrieving revision 1.5 diff -u -p -r1.1.1.1 -r1.5 --- OpenXM/src/kan96xx/plugin/oxx.h 1999/10/08 02:12:05 1.1.1.1 +++ OpenXM/src/kan96xx/plugin/oxx.h 2000/12/06 00:29:52 1.5 @@ -1,3 +1,4 @@ +/* $OpenXM: OpenXM/src/kan96xx/plugin/oxx.h,v 1.4 2000/12/05 12:03:43 takayama Exp $ */ struct object KoxCreateClient(struct object ip,struct object portStream, struct object portControl); struct object KoxCloseClient(struct object client); @@ -12,6 +13,13 @@ extern int SerialOX; struct object KoxGenPortFile(void); void KoxRemovePortFile(void); struct object KoxGetPort(struct object host); +struct object KoxGetPort1(struct object host); struct object KoxCreateClient2(struct object peer,struct object ipmask,struct object pass); struct object KoxGenPass(void); +int KgetCmoTagOfObject(struct object obj); + +struct object KoxPushCMD(struct object client,struct object cmd); +struct object KoxPushCMO(struct object client,struct object ob); +struct object KoxCreateControl_RFC_101(struct object peer,struct object ipmask,struct object pass); +struct object KoxCreateEngine_RFC_101(struct object peer,struct object ipmask,struct object pass,struct object engineID);