[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.2 and 1.3

version 1.2, 2000/02/02 03:30:49 version 1.3, 2000/12/03 07:29:40
Line 1 
Line 1 
 /* $OpenXM$ */  /* $OpenXM: OpenXM/src/kan96xx/plugin/oxx.h,v 1.2 2000/02/02 03:30:49 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 17  struct object KoxCreateClient2(struct object peer,stru
Line 17  struct object KoxCreateClient2(struct object peer,stru
 struct object KoxGenPass(void);  struct object KoxGenPass(void);
 int KgetCmoTagOfObject(struct object obj);  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 KoxStartEngine_RFC_101(struct object control,struct object name);
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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