diff options
Diffstat (limited to 'cpp/src/IcePack/Parser.h')
-rw-r--r-- | cpp/src/IcePack/Parser.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/IcePack/Parser.h b/cpp/src/IcePack/Parser.h index 0ac4d5859f8..7157b6f0d35 100644 --- a/cpp/src/IcePack/Parser.h +++ b/cpp/src/IcePack/Parser.h @@ -100,6 +100,10 @@ public: void shutdown(); + void showBanner(); + void showCopying(); + void showWarranty(); + void getInput(char*, int&, int); void nextLine(); void continueLine(); |