]> git.donarmstrong.com Git - mothur.git/blobdiff - quitcommand.h
ccode working - still need to paralellize
[mothur.git] / quitcommand.h
index c54e7f27abfaafcc791b6c0895209a6c7a96393d..8b893064dc5fb243d4f63084242d4df346bd7587 100644 (file)
@@ -9,7 +9,6 @@
  *
  */
 
-#include <Carbon/Carbon.h>
 #include "command.hpp"
 
 /* The quit() command:
 class QuitCommand : public Command {
        
 public:
-       QuitCommand();
+       QuitCommand(string);
        ~QuitCommand();
        int execute();
+       void help();
        
 private:
-               
+       bool abort;
 };
-#endif
\ No newline at end of file
+
+#endif