--- parted-1.6.18/doc/API 2004-08-31 14:16:16.000000000 +0200 +++ API 2004-11-23 20:27:02.959213296 +0100 @@ -991,6 +991,10 @@ PedSector max_size) Creates a new constraint. Returns NULL on failure. +PedConstraint* ped_constraint_new_from_min_max ( + const PedGeometry* min, const PedGeometry* max) + Creates a new constraint from min and max. Returns NULL on failure. + PedConstraint* ped_constraint_duplicate (const PedConstraint* constraint) Duplicates "constraint".