=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/plugin/oxx.h,v retrieving revision 1.5 retrieving revision 1.9 diff -u -p -r1.5 -r1.9 --- OpenXM/src/kan96xx/plugin/oxx.h 2000/12/06 00:29:52 1.5 +++ OpenXM/src/kan96xx/plugin/oxx.h 2004/09/17 08:46:10 1.9 @@ -1,6 +1,6 @@ -/* $OpenXM: OpenXM/src/kan96xx/plugin/oxx.h,v 1.4 2000/12/05 12:03:43 takayama Exp $ */ +/* $OpenXM: OpenXM/src/kan96xx/plugin/oxx.h,v 1.8 2003/11/17 05:45:47 takayama Exp $ */ struct object KoxCreateClient(struct object ip,struct object portStream, - struct object portControl); + struct object portControl,struct object pass); struct object KoxCloseClient(struct object client); struct object KoxIsThereErrorClient(struct object ob); struct object KoxReq(struct object client,struct object func, @@ -9,6 +9,8 @@ struct object KoxGet(struct object client); struct object KoxGetFromControl(struct object client); struct object KoxMultiSelect(struct object clients,struct object t); struct object KoxWatch(struct object client,struct object f); +struct object KoxLog(struct object client,struct object in,struct object out); +struct object KoxLogStop(struct object client); extern int SerialOX; struct object KoxGenPortFile(void); void KoxRemovePortFile(void); @@ -22,4 +24,8 @@ struct object KoxPushCMD(struct object client,struct o 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); + +void oxClientListUpdate(struct object ob); +void oxClientListRemove(struct object ob); +struct object KoxGetClientList();