diff --git a/src/AddressTranslator-Stub.hh b/src/AddressTranslator-Stub.hh index b834ee07..02a084bd 100644 --- a/src/AddressTranslator-Stub.hh +++ b/src/AddressTranslator-Stub.hh @@ -18,3 +18,7 @@ inline void run_address_translator(const std::string&, const std::string&, const inline std::vector diff_dol_files(const std::string&, const std::string&) { throw std::runtime_error("resource_file is not available; install it and rebuild newserv"); } + +inline std::vector diff_xbe_files(const std::string&, const std::string&) { + throw std::runtime_error("resource_file is not available; install it and rebuild newserv"); +}