Index: draw.h =================================================================== --- draw.h (revision 4756) +++ draw.h (revision 4757) @@ -79,7 +79,7 @@ void Draw(void); void Redraw(void); void DrawObject(int, void *, void *); -void DrawLayer(LayerTypePtr, const BoxType *); +void DrawLayer(pcb_layer_t *, const BoxType *); void EraseObject(int, void *, void *); #endif