X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=removeseqscommand.h;fp=removeseqscommand.h;h=1f429d92810402f64a1c2d776510719aa7113610;hb=aa9238c0a9e6e7aa0ed8b8b606b08ad4fd7dcfe3;hp=ddda08ce9bbfe7f4bc1e6a5aa55e8028667ade37;hpb=182db2b6f1747bc1e0b8cd3eceec8751abdd31d5;p=mothur.git diff --git a/removeseqscommand.h b/removeseqscommand.h index ddda08c..1f429d9 100644 --- a/removeseqscommand.h +++ b/removeseqscommand.h @@ -27,12 +27,12 @@ class RemoveSeqsCommand : public Command { bool abort, dups; vector outputNames; - void readFasta(); - void readName(); - void readGroup(); - void readAlign(); + int readFasta(); + int readName(); + int readGroup(); + int readAlign(); void readAccnos(); - void readList(); + int readList(); };