Index: plug_footprint.c =================================================================== --- plug_footprint.c (revision 1421) +++ plug_footprint.c (revision 1422) @@ -180,3 +180,9 @@ if (fctx->backend->fclose != NULL) fctx->backend->fclose(fctx->backend, f, fctx); } + +const char *fp_get_library_shell(void) +{ + return Settings.LibraryShell; +} +