Index: ipcd356.c =================================================================== --- ipcd356.c (revision 30941) +++ ipcd356.c (revision 30942) @@ -73,7 +73,7 @@ { char *val = rnd_attribute_get(&o->Attributes, key); if (val == NULL) return 0; - if (pcb_strcasecmp(val, "yes") == 0) return 1; + if (rnd_strcasecmp(val, "yes") == 0) return 1; return 0; } @@ -120,7 +120,7 @@ { char utc[64]; - pcb_print_utc(utc, sizeof(utc), 0); + rnd_print_utc(utc, sizeof(utc), 0); fprintf(ctx->f, "C IPC-D-356 Netlist generated by pcb-rnd " PCB_VERSION "\n"); fprintf(ctx->f, "C \n");