Index: draw.h =================================================================== --- draw.h (revision 10726) +++ draw.h (revision 10727) @@ -109,4 +109,7 @@ /* Returns whether a group is composite-drawn */ int pcb_draw_layergrp_is_comp(pcb_layergrp_t *g); +/* Draw (render) a terminal label */ +void pcb_term_label_draw(pcb_coord_t x, pcb_coord_t y, double scale, pcb_bool vert, const char *lab); + #endif