]> git.donarmstrong.com Git - mothur.git/blobdiff - deconvolutecommand.h
use store_filepos and reliable_tellg
[mothur.git] / deconvolutecommand.h
index 7f3628dfd14e662e30ea6d97e3de7ae1769dfcc0..62837d0e66e9f27259c902351fa87464629dae40 100644 (file)
@@ -51,6 +51,10 @@ multimap<size_t,std::pair<std::streampos,string>>::iterator
                             Sequence&,
                             ifstream&);
 
+pair<bool,streampos> store_filepos(ifstream&);
+void restore_filepos(ifstream&, pair<bool,streampos>&);
+streampos reliable_tellg(ifstream&);
+
 string primary_seqname(string);
 
 #endif