1 /*
2  * Common helper functions for fuzzing tools
3  * Copyright (c) 2019, Jouni Malinen <j@w1.fi>
4  *
5  * This software may be distributed under the terms of the BSD license.
6  * See README for more details.
7  */
8 
9 #ifndef FUZZER_COMMON_H
10 #define FUZZER_COMMON_H
11 
12 void wpa_fuzzer_set_debug_level(void);
13 
14 #endif /* FUZZER_COMMON_H */
15