blob: 629cd41c7dec13cd3a7fb07c7d98865e020bb7d3 (
plain)
1
2
3
4
5
6
7
|
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
#include "journald-context.h"
int client_context_read_log_filter_patterns(ClientContext *c, const char *cgroup);
int client_context_check_keep_log(ClientContext *c, const char *message, size_t len);
|