Add prototypes for all the decoders because it's easier to do them in one go...

This commit is contained in:
David Given
2021-07-11 12:52:34 +02:00
parent 326969e488
commit f8674230ed
14 changed files with 26 additions and 0 deletions

View File

@@ -19,4 +19,6 @@ public:
void decodeSectorRecord();
};
extern std::unique_ptr<AbstractDecoder> createAesLanierDecoder(const DecoderProto& config);
#endif