[BACK]Return to ca.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / include

Diff for /OpenXM_contrib2/asir2000/include/ca.h between version 1.25 and 1.26

version 1.25, 2001/09/13 03:04:28 version 1.26, 2001/09/17 07:16:59
Line 45 
Line 45 
  * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,   * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE,
  * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.   * PERFORMANCE OR NON-PERFORMANCE OF THE SOFTWARE.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/include/ca.h,v 1.24 2001/09/11 01:30:32 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/include/ca.h,v 1.25 2001/09/13 03:04:28 noro Exp $
 */  */
 #include <stdio.h>  #include <stdio.h>
   
Line 373  typedef struct oDL {
Line 373  typedef struct oDL {
   
 typedef struct oCDP {  typedef struct oCDP {
         int len;          int len;
         struct oCM *body;          int psindex;
           unsigned short *body;
 } *CDP;  } *CDP;
   
 typedef struct oCM {  typedef struct oCM {

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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