Index: obj_text_op.h =================================================================== --- obj_text_op.h (revision 5304) +++ obj_text_op.h (revision 5305) @@ -41,4 +41,4 @@ void *MoveTextToLayer(pcb_opctx_t *ctx, pcb_layer_t * layer, pcb_text_t * text); void *DestroyText(pcb_opctx_t *ctx, pcb_layer_t *Layer, pcb_text_t *Text); void *RemoveText_op(pcb_opctx_t *ctx, pcb_layer_t *Layer, pcb_text_t *Text); -void *RotateText(pcb_opctx_t *ctx, pcb_layer_t *Layer, pcb_text_t *Text); +void *Rotate90Text(pcb_opctx_t *ctx, pcb_layer_t *Layer, pcb_text_t *Text);