=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/include/ca.h,v retrieving revision 1.25 retrieving revision 1.27 diff -u -p -r1.25 -r1.27 --- OpenXM_contrib2/asir2000/include/ca.h 2001/09/13 03:04:28 1.25 +++ OpenXM_contrib2/asir2000/include/ca.h 2001/09/17 08:37:31 1.27 @@ -45,7 +45,7 @@ * DEVELOPER SHALL HAVE NO LIABILITY IN CONNECTION WITH THE USE, * 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.26 2001/09/17 07:16:59 noro Exp $ */ #include @@ -373,7 +373,8 @@ typedef struct oDL { typedef struct oCDP { int len; - struct oCM *body; + int psindex; + unsigned int *body; } *CDP; typedef struct oCM {