=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/Kan/kclass.h,v retrieving revision 1.1.1.1 retrieving revision 1.3 diff -u -p -r1.1.1.1 -r1.3 --- OpenXM/src/kan96xx/Kan/kclass.h 1999/10/08 02:12:02 1.1.1.1 +++ OpenXM/src/kan96xx/Kan/kclass.h 2001/04/12 06:48:26 1.3 @@ -1,5 +1,5 @@ +/* $OpenXM: OpenXM/src/kan96xx/Kan/kclass.h,v 1.2 2000/01/16 07:55:39 takayama Exp $ */ - /* kclass.h 1997, 3/1 This module handles class data base. Extended class names. @@ -89,7 +89,8 @@ struct object recursivePolyToPoly(struct object rp); struct object coeffToObject(struct coeff *cp); int isRecursivePolynomial2(struct object ob); - +struct object KrvtReplace(struct object rp_o,struct object v_o, struct object t_o); +struct object KreplaceRecursivePolynomial(struct object of,struct object rule);