]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/fuzz/fuzz.h
Merge branch 'predictable-interface-names'
[thirdparty/systemd.git] / src / fuzz / fuzz.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include <stddef.h>
5 #include <stdint.h>
6
7 /* The entry point into the fuzzer */
8 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);