X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fcore.h;h=57df1cbc8c878932094f8b2940a7888bbe506641;hb=2cb068e245e00505076e9c325424df2a1260bfb1;hp=e7484c3d07a68437c94c3c2f71f26180d017baa6;hpb=b1150c0fd4792d9d0c9407bb3da5d8e1943514d0;p=sbcl.git diff --git a/src/runtime/core.h b/src/runtime/core.h index e7484c3..57df1cb 100644 --- a/src/runtime/core.h +++ b/src/runtime/core.h @@ -31,7 +31,8 @@ struct ndir_entry { #endif }; -extern lispobj load_core_file(char *file); +extern lispobj load_core_file(char *file, os_vm_offset_t offset); +extern os_vm_offset_t search_for_embedded_core(char *file); /* arbitrary string identifying this build, embedded in .core files to * prevent people mismatching a runtime built e.g. with :SB-SHOW