check for data descriptor flag

This commit is contained in:
orignal 2014-12-12 10:34:50 -05:00
parent 56a95fa9b5
commit 0e935a3511
2 changed files with 17 additions and 9 deletions

View file

@ -22,10 +22,9 @@ namespace data
private:
int ReseedFromSU3 (const std::string& host);
int ProcessSU3File (const char * filename);
int ProcessSU3Stream (std::istream& s);
};
int ProcessSU3File (const char * filename);
int ProcessSU3Stream (std::istream& s);
}
}