diff options
Diffstat (limited to 'parse.h')
-rw-r--r-- | parse.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -64,6 +64,9 @@ public: stapfile* parse (); + static stapfile* parse (std::istream& i); + static stapfile* parse (const std::string& n); + private: std::string input_name; std::istream* free_input; |