blob: 80ebfd28ba76ddf412f5ddb606b1fe3572556655 [file] [log] [blame]
/*
* Common helper functions for fuzzing tools
* Copyright (c) 2019, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#ifndef FUZZER_COMMON_H
#define FUZZER_COMMON_H
void wpa_fuzzer_set_debug_level(void);
#endif /* FUZZER_COMMON_H */