X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quitcommand.h;h=8b893064dc5fb243d4f63084242d4df346bd7587;hb=8f7164a88df624fd0a8d1eddbb3d744463cc9ecb;hp=c54e7f27abfaafcc791b6c0895209a6c7a96393d;hpb=20a2d0350a737a434c89f303662d64a8eeea7b05;p=mothur.git diff --git a/quitcommand.h b/quitcommand.h index c54e7f2..8b89306 100644 --- a/quitcommand.h +++ b/quitcommand.h @@ -9,7 +9,6 @@ * */ -#include #include "command.hpp" /* The quit() command: @@ -20,11 +19,13 @@ class QuitCommand : public Command { public: - QuitCommand(); + QuitCommand(string); ~QuitCommand(); int execute(); + void help(); private: - + bool abort; }; -#endif \ No newline at end of file + +#endif