X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=listseqscommand.h;h=391ec9a46b9f09671f79fbc0f895730338570d4c;hb=19b2ab858fcf2684213f741a0e7ac9c727f06362;hp=04d9e1da99ae079bd9b10d2ba3e30d5b0ba2f01c;hpb=315e38cf393c82be238da5b32574f225a020d25c;p=mothur.git diff --git a/listseqscommand.h b/listseqscommand.h index 04d9e1d..391ec9a 100644 --- a/listseqscommand.h +++ b/listseqscommand.h @@ -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(); };