--- capa/capa51/pProj/capaParser.h 2004/03/26 20:02:03 1.12 +++ capa/capa51/pProj/capaParser.h 2005/02/15 22:15:05 1.13 @@ -628,7 +628,7 @@ int inorder_utree CAPA_ARG int postorder_utree CAPA_ARG((Unit_t *node_p)); int postwalk_utree CAPA_ARG((Unit_t *n_p)); void process_op CAPA_ARG((int op)); -void process_utree CAPA_ARG((Unit_t *t)); +Unit_t* process_utree CAPA_ARG((Unit_t *t)); int check_correct_unit CAPA_ARG((char *u_symb,Unit_t *t,double *scale)); int free_utree CAPA_ARG((Unit_t *t)); int u_postfree CAPA_ARG((Unit_t *t));