[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.1.1.1 and 1.7

version 1.1.1.1, 1999/10/08 02:12:05 version 1.7, 2002/11/07 23:52:20
Line 1 
Line 1 
   /* $OpenXM: OpenXM/src/kan96xx/plugin/oxx.h,v 1.6 2002/11/07 13:32:06 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 KoxCloseClient(struct object client);  struct object KoxCloseClient(struct object client);
Line 12  extern int SerialOX;
Line 13  extern int SerialOX;
 struct object KoxGenPortFile(void);  struct object KoxGenPortFile(void);
 void KoxRemovePortFile(void);  void KoxRemovePortFile(void);
 struct object KoxGetPort(struct object host);  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 KoxCreateClient2(struct object peer,struct object ipmask,struct object pass);
 struct object KoxGenPass(void);  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);
   
   void oxClientListUpdate(struct object ob);
   void oxClientListRemove(struct object ob);
   struct object KoxGetClientList();
   

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.7

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