]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/tomoyo-util.h
tree-wide: beautify remaining copyright statements
[thirdparty/systemd.git] / src / shared / tomoyo-util.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
ed440f6b
SL
2#pragma once
3
4/***
96b2fb93 5 Copyright © 2017 Shawn Landden
ed440f6b
SL
6***/
7
8#include <stdbool.h>
9
10bool mac_tomoyo_use(void);