[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.4 and 1.5

version 1.4, 2002/11/07 23:52:20 version 1.5, 2002/11/08 02:54:11
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/kan96xx/plugin/oxKan0.h,v 1.3 2000/12/03 07:29:39 takayama Exp $ */  /* $OpenXM: OpenXM/src/kan96xx/plugin/oxKan0.h,v 1.4 2002/11/07 23:52:20 takayama Exp $ */
 /* ox_kan0.h */  /* ox_kan0.h */
   
 #define mymalloc(n) malloc(n)  #define mymalloc(n) malloc(n)
Line 66  typedef  struct oxclient {
Line 66  typedef  struct oxclient {
                          NULL means no restriction.*/                           NULL means no restriction.*/
   int engineByteOrder;    int engineByteOrder;
   int controlByteOrder;    int controlByteOrder;
     int engineID;
 } oxclient;  } oxclient;
 #define N_OF_CLIENT_FIELDS  13    /* If you add new field to struct oxclient  #define N_OF_CLIENT_FIELDS  14    /* If you add new field to struct oxclient
                                      do not forget to increase the number.*/                                       do not forget to increase the number.*/
 /* Change also, oxInitClient, oxCreateClient(2), oxCreateClientFile    oxmisc.c  /* Change also, oxInitClient, oxCreateClient(2), oxCreateClientFile    oxmisc.c
    oxClientToObject, oxObjectToClient oxmisc2.c     oxClientToObject, oxObjectToClient oxmisc2.c

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

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