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

Diff for /OpenXM/src/kan96xx/plugin/cmo0.h between version 1.2 and 1.3

version 1.2, 2000/01/16 07:55:46 version 1.3, 2000/01/31 12:32:52
Line 1 
Line 1 
 /* $OpenXM$ */  /* $OpenXM: OpenXM/src/kan96xx/plugin/cmo0.h,v 1.2 2000/01/16 07:55:46 takayama Exp $ */
 /*  cmo0.h */  /*  cmo0.h */
   
 typedef enum {CMOINIT,CMOPUT,CMOGET,CMOFLUSH,  typedef enum {CMOINIT,CMOPUT,CMOGET,CMOFLUSH,
               CMOINITSTREAM,CMOGETBYTE,CMOERROR,CMOERROR2} cmoAction;                CMOINITSTREAM,CMOGETBYTE,CMOERROR,CMOERROR2} cmoAction;
 typedef unsigned long int cmoint;  typedef unsigned int cmoint;
   
 struct  cmoBuffer {  struct  cmoBuffer {
   int size;    int size;

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

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