fuzzRSN.h 132 B

12345678910
  1. #ifndef FUZZRSN_H_
  2. #define FUZZRSN_H_
  3. #include "../frameDefinitions.h"
  4. int rsnFuzzUpdate(int status);
  5. infoElem rsnFuzz();
  6. #endif