]> git.donarmstrong.com Git - mothur.git/blobdiff - listseqscommand.h
added checks for ^C to quit command instead of program
[mothur.git] / listseqscommand.h
index 04d9e1da99ae079bd9b10d2ba3e30d5b0ba2f01c..391ec9a46b9f09671f79fbc0f895730338570d4c 100644 (file)
@@ -26,11 +26,11 @@ class ListSeqsCommand : public Command {
                string fastafile, namefile, groupfile, alignfile, inputFileName, outputDir, listfile;
                bool abort;
                
-               void readFasta();
-               void readName();
-               void readGroup();
-               void readAlign();
-               void readList();
+               int readFasta();
+               int readName();
+               int readGroup();
+               int readAlign();
+               int readList();
                
 };