#ifndef FUZZREQUEST_H_ #define FUZZREQUEST_H_ #include "../frameDefinitions.h" int requestFuzzUpdate(int status); infoElem requestFuzz(); #endif