]> git.donarmstrong.com Git - mothur.git/blobdiff - chimeraslayer.h
added checks for ^C to quit command instead of program
[mothur.git] / chimeraslayer.h
index 14a22beed74f0d0fe6dbea9e5d255117d3187008..58e1656e6b995ae97d879863c0f2becc092ef9d1 100644 (file)
@@ -27,9 +27,9 @@ class ChimeraSlayer : public Chimera {
                ~ChimeraSlayer();
                
                int getChimeras(Sequence*);
-               void print(ostream&, ostream&);
+               int print(ostream&, ostream&);
                void printHeader(ostream&);
-               void doPrep();
+               int doPrep();
                
        private:
                Sequence* querySeq;