Index: obj_pstk.h =================================================================== --- obj_pstk.h (revision 30038) +++ obj_pstk.h (revision 30039) @@ -176,8 +176,8 @@ ID, else dup it and insert it. The forcedup variant always dups. WARNING: make sure pcb_pstk_proto_update() was called on proto some point in time before this call, esle the hash is invalid. */ -pcb_cardinal_t pcb_pstk_proto_insert_dup(pcb_data_t *data, const pcb_pstk_proto_t *proto, int quiet); -pcb_cardinal_t pcb_pstk_proto_insert_forcedup(pcb_data_t *data, const pcb_pstk_proto_t *proto, int quiet); +pcb_cardinal_t pcb_pstk_proto_insert_dup(pcb_data_t *data, const pcb_pstk_proto_t *proto, int quiet, int undoable); +pcb_cardinal_t pcb_pstk_proto_insert_forcedup(pcb_data_t *data, const pcb_pstk_proto_t *proto, int quiet, int undoable); /* Change the non-NULL hole properties of a padstack proto; undoable. Returns 0 on success. */