summaryrefslogtreecommitdiffstats
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/parse.h b/parse.h
index f2510d7e..1d07645f 100644
--- a/parse.h
+++ b/parse.h
@@ -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;