[BACK]Return to oxx.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / plugin

Diff for /OpenXM/src/kan96xx/plugin/oxx.h between version 1.6 and 1.9

version 1.6, 2002/11/07 13:32:06 version 1.9, 2004/09/17 08:46:10
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/kan96xx/plugin/oxx.h,v 1.5 2000/12/06 00:29:52 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 KoxCreateClient(struct object ip,struct object portStream,
                               struct object portControl);                                struct object portControl,struct object pass);
 struct object KoxCloseClient(struct object client);  struct object KoxCloseClient(struct object client);
 struct object KoxIsThereErrorClient(struct object ob);  struct object KoxIsThereErrorClient(struct object ob);
 struct object KoxReq(struct object client,struct object func,  struct object KoxReq(struct object client,struct object func,
Line 9  struct object KoxGet(struct object client);
Line 9  struct object KoxGet(struct object client);
 struct object KoxGetFromControl(struct object client);  struct object KoxGetFromControl(struct object client);
 struct object KoxMultiSelect(struct object clients,struct object t);  struct object KoxMultiSelect(struct object clients,struct object t);
 struct object KoxWatch(struct object client,struct object f);  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;  extern int SerialOX;
 struct object KoxGenPortFile(void);  struct object KoxGenPortFile(void);
 void KoxRemovePortFile(void);  void KoxRemovePortFile(void);
Line 23  struct object KoxPushCMO(struct object client,struct o
Line 25  struct object KoxPushCMO(struct object client,struct o
 struct object KoxCreateControl_RFC_101(struct object peer,struct object ipmask,struct object pass);  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);  struct object KoxCreateEngine_RFC_101(struct object peer,struct object ipmask,struct object pass,struct object engineID);
   
 int oxGetClientID();  
 void oxClientListUpdate(struct object ob);  void oxClientListUpdate(struct object ob);
 void oxClientListRemove(struct object ob);  void oxClientListRemove(struct object ob);
 struct object KoxGetClientList();  struct object KoxGetClientList();

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.9

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>