X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=mothurout.h;h=5ba3d083677a35f4ef0004506bf63f25facb481f;hb=1b0bddfbf4ac5df7e2dad03c8a5350e71b052f78;hp=785263b4a11474ba939df4c97ae5f94ce6206d5a;hpb=74dc92cf53df65fd8b14d8eaf35489bbecbccac6;p=mothur.git diff --git a/mothurout.h b/mothurout.h index 785263b..5ba3d08 100644 --- a/mothurout.h +++ b/mothurout.h @@ -83,7 +83,7 @@ class MothurOut { int readNames(string, map&); int readNames(string, map >&); int readNames(string, vector&, map&); - void mothurRemove(string); + int mothurRemove(string); //searchs and checks @@ -94,6 +94,7 @@ class MothurOut { void getNumSeqs(ifstream&, int&); int getNumSeqs(ifstream&); int getNumNames(string); + int getNumChar(string, char); bool isTrue(string); bool isContainingOnlyDigits(string);