X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fbindings%2FGuile.hxx;h=7c45a9549c56fa52b822db552223ba47a2e1d88d;hp=5de69080be4e464229e627e4b314f78ef19f9c6c;hb=adb0e762792c23674633b8513f4106b82aa38d15;hpb=fc58083a9eee8534fe3f67ddd3c020c87cd42a5f diff --git a/src/bindings/Guile.hxx b/src/bindings/Guile.hxx index 5de6908..7c45a95 100644 --- a/src/bindings/Guile.hxx +++ b/src/bindings/Guile.hxx @@ -13,6 +13,13 @@ public: std::ostream& stdout, std::ostream& stderr, std::string& result); + + int loadFile(const std::string& filename, + std::ostream& stdout, + std::ostream& stderr, + std::string& result); + + std::string fileExtension() const {return "scm";} private: SCM guile_output_port; SCM guile_error_port;