]> git.saurik.com Git - apple/ld64.git/blobdiff - src/ld/parsers/textstub_dylib_file.hpp
ld64-409.12.tar.gz
[apple/ld64.git] / src / ld / parsers / textstub_dylib_file.hpp
index 9931908c58cbb446ca7c2be3ba481004154903ce..609c08eaaaa97bef738e6cb73812e7c4a8873a58 100644 (file)
@@ -36,7 +36,7 @@ extern ld::dylib::File* parse(const uint8_t* fileContent, uint64_t fileLength, c
                                                          time_t modTime, const Options& opts, ld::File::Ordinal ordinal,
                                                          bool bundleLoader, bool indirectDylib);
 
-extern ld::dylib::File *parse(const char *path, std::unique_ptr<tapi::LinkerInterfaceFile> &&file, time_t modTime,
+extern ld::dylib::File *parse(const char *path, tapi::LinkerInterfaceFile* file, time_t modTime,
                               ld::File::Ordinal ordinal, const Options& opts, bool indirectDylib);
 
 } // namespace dylib