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

Diff for /OpenXM/src/kan96xx/plugin/oxKan0.h between version 1.5 and 1.6

version 1.5, 2002/11/08 02:54:11 version 1.6, 2003/11/18 11:08:27
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/kan96xx/plugin/oxKan0.h,v 1.4 2002/11/07 23:52:20 takayama Exp $ */  /* $OpenXM: OpenXM/src/kan96xx/plugin/oxKan0.h,v 1.5 2002/11/08 02:54:11 takayama Exp $ */
 /* ox_kan0.h */  /* ox_kan0.h */
   
 #define mymalloc(n) malloc(n)  #define mymalloc(n) malloc(n)
Line 92  oxclientp oxCreateClientFile(char *fileName,char *mode
Line 92  oxclientp oxCreateClientFile(char *fileName,char *mode
 oxclientp oxCreateClient2(int fdstream,int portStream,  oxclientp oxCreateClient2(int fdstream,int portStream,
                           int fdcontrol,int portControl,int ipmask,char *pass);                            int fdcontrol,int portControl,int ipmask,char *pass);
 int oxSetByteOrder(int fd);  int oxSetByteOrder(int fd);
 int oxTellMyByteOrder(int fd);  int oxTellMyByteOrder(int fdOut,int fdIn);
   
 char *oxGenPass(void);  char *oxGenPass(void);
   

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

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