process SU3 files with data descriptor

This commit is contained in:
orignal 2014-12-12 13:36:02 -05:00
parent 0e935a3511
commit 23e49e730f
2 changed files with 50 additions and 9 deletions

View file

@ -24,6 +24,9 @@ namespace data
int ReseedFromSU3 (const std::string& host);
int ProcessSU3File (const char * filename);
int ProcessSU3Stream (std::istream& s);
bool FindZipDataDescriptor (std::istream& s);
};
}
}