/* checkPoly - check for polymorphism consistency. */
/* Copyright 2005-6 Jim Kent.  All rights reserved. */

#ifndef CHECKPOLY_H
#define CHECKPOLY_H


void checkPolymorphic(struct pfCompile *pfc, struct slRef *scopeRefs);
/* Check for polymorphism consistency */

#endif /* CHECKPOLY_H */
