X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=getseqscommand.h;h=b574afe38734a789fa39985090012cff358d2e95;hb=a688f253166590ee0b256f02e02f47c9cae44fd1;hp=809109c486de9f00b39091b863da8a23dfc95a96;hpb=74844a60d80c6dd06e3fb02ee9b928424f9019b0;p=mothur.git diff --git a/getseqscommand.h b/getseqscommand.h index 809109c..b574afe 100644 --- a/getseqscommand.h +++ b/getseqscommand.h @@ -27,12 +27,12 @@ class GetSeqsCommand : public Command { string accnosfile, fastafile, namefile, groupfile, alignfile, listfile, outputDir; bool abort; - void readFasta(); - void readName(); - void readGroup(); - void readAlign(); - void readAccnos(); - void readList(); + int readFasta(); + int readName(); + int readGroup(); + int readAlign(); + int readAccnos(); + int readList(); };