]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/fuzz/fuzz-journald.h
Merge pull request #10190 from evverx/fuzz-ndisc-rs
[thirdparty/systemd.git] / src / fuzz / fuzz-journald.h
CommitLineData
b1bd453f
EV
1/* SPDX-License-Identifier: LGPL-2.1+ */
2#pragma once
3
b1bd453f 4#include "journald-server.h"
b1bd453f 5
231dca55 6void fuzz_journald_processing_function(
b1bd453f
EV
7 const uint8_t *data,
8 size_t size,
9 void (*f)(Server *s, const char *buf, size_t raw_len, const struct ucred *ucred, const struct timeval *tv, const char *label, size_t label_len)
231dca55 10);