Index: view.h =================================================================== --- view.h (revision 30958) +++ view.h (revision 30959) @@ -148,7 +148,7 @@ /*** utility ***/ /* append txt to description */ -void pcb_drc_append_text(pcb_view_t *view, const char *txt); +void pcb_view_append_text(pcb_view_t *view, const char *txt); #endif