#ifndef _CpNote_c_h #define _CpNote_c_h enum ConstraintChange { ConstraintAdded = 0, ConstraintRemoved = 1 }; #endif /* ! _CpNote_c_h */