Index: edakrill.c =================================================================== --- edakrill.c (revision 19629) +++ edakrill.c (revision 19630) @@ -245,7 +245,7 @@ #define FIELD_WGET_CTX 0 -FILE *fp_edakrill_fopen(pcb_plug_fp_t *ctx, const char *path, const char *name, pcb_fp_fopen_ctx_t *fctx) +FILE *fp_edakrill_fopen(pcb_plug_fp_t *ctx, const char *path, const char *name, pcb_fp_fopen_ctx_t *fctx, pcb_data_t *dst) { gds_t s; char tmp[1024]; Index: edakrill.h =================================================================== --- edakrill.h (revision 19629) +++ edakrill.h (revision 19630) @@ -1,7 +1,7 @@ #include "plug_footprint.h" #include "fp_wget_conf.h" int fp_edakrill_load_dir(pcb_plug_fp_t *ctx, const char *path, int force); -FILE *fp_edakrill_fopen(pcb_plug_fp_t *ctx, const char *path, const char *name, pcb_fp_fopen_ctx_t *fctx); +FILE *fp_edakrill_fopen(pcb_plug_fp_t *ctx, const char *path, const char *name, pcb_fp_fopen_ctx_t *fctx, pcb_data_t *dst); void fp_edakrill_fclose(pcb_plug_fp_t *ctx, FILE * f, pcb_fp_fopen_ctx_t *fctx); void fp_edakrill_init(void); void fp_edakrill_uninit(void); Index: gedasymbols.c =================================================================== --- gedasymbols.c (revision 19629) +++ gedasymbols.c (revision 19630) @@ -153,7 +153,7 @@ #define FIELD_WGET_CTX 0 -FILE *fp_gedasymbols_fopen(pcb_plug_fp_t *ctx, const char *path, const char *name, pcb_fp_fopen_ctx_t *fctx) +FILE *fp_gedasymbols_fopen(pcb_plug_fp_t *ctx, const char *path, const char *name, pcb_fp_fopen_ctx_t *fctx, pcb_data_t *dst) { gds_t s; char tmp[1024]; Index: gedasymbols.h =================================================================== --- gedasymbols.h (revision 19629) +++ gedasymbols.h (revision 19630) @@ -1,7 +1,7 @@ #include "plug_footprint.h" #include "fp_wget_conf.h" int fp_gedasymbols_load_dir(pcb_plug_fp_t *ctx, const char *path, int force); -FILE *fp_gedasymbols_fopen(pcb_plug_fp_t *ctx, const char *path, const char *name, pcb_fp_fopen_ctx_t *fctx); +FILE *fp_gedasymbols_fopen(pcb_plug_fp_t *ctx, const char *path, const char *name, pcb_fp_fopen_ctx_t *fctx, pcb_data_t *dst); void fp_gedasymbols_fclose(pcb_plug_fp_t *ctx, FILE * f, pcb_fp_fopen_ctx_t *fctx); void fp_gedasymbols_init(void); void fp_gedasymbols_uninit(void);