[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 and 1.2

version 1.1, 1999/10/08 02:12:05 version 1.2, 2000/02/02 03:30:49
Line 1 
Line 1 
   /* $OpenXM$ */
 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 14  void KoxRemovePortFile(void);
Line 15  void KoxRemovePortFile(void);
 struct object KoxGetPort(struct object host);  struct object KoxGetPort(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);
   
   

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

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