fuzzREQUEST.h 148 B

12345678910
  1. #ifndef FUZZREQUEST_H_
  2. #define FUZZREQUEST_H_
  3. #include "../frameDefinitions.h"
  4. int requestFuzzUpdate(int status);
  5. infoElem requestFuzz();
  6. #endif