Index: stub_draw_fab.h =================================================================== --- stub_draw_fab.h (revision 4788) +++ stub_draw_fab.h (revision 4789) @@ -32,6 +32,6 @@ #include "hid.h" extern int (*stub_DrawFab_overhang)(void); -extern void (*stub_DrawFab)(hid_gc_t gc); +extern void (*stub_DrawFab)(pcb_hid_gc_t gc); #endif