diff options
Diffstat (limited to 'cpp/src/IceStorm/Parser.h')
-rw-r--r-- | cpp/src/IceStorm/Parser.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/IceStorm/Parser.h b/cpp/src/IceStorm/Parser.h index f7bc1f156ee..1ef75b11d6c 100644 --- a/cpp/src/IceStorm/Parser.h +++ b/cpp/src/IceStorm/Parser.h @@ -76,6 +76,10 @@ public: void unlink(const std::list<std::string>&); void graph(const std::list<std::string>&); + void showBanner(); + void showCopying(); + void showWarranty(); + void getInput(char*, int&, int); void nextLine(); void continueLine(); |