Index: move.h =================================================================== --- move.h (revision 4756) +++ move.h (revision 4757) @@ -51,9 +51,9 @@ * prototypes */ void *MoveObject(int, void *, void *, void *, Coord, Coord); -void *MoveObjectToLayer(int, void *, void *, void *, LayerTypePtr, pcb_bool); +void *MoveObjectToLayer(int, void *, void *, void *, pcb_layer_t *, pcb_bool); void *MoveObjectAndRubberband(int, void *, void *, void *, Coord, Coord); -pcb_bool MoveSelectedObjectsToLayer(LayerTypePtr); +pcb_bool MoveSelectedObjectsToLayer(pcb_layer_t *); /* index is 0..MAX_LAYER-1. If old_index is -1, a new layer is inserted at that index. If new_index is -1, the specified layer is