diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-04-24 09:33:25 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-04-24 15:17:49 +0200 |
commit | d851637ca627ed8d312a3957a5e109f6ef7e2a3b (patch) | |
tree | 81a91606d8c0cf049b4698110c800014a45b200b /src/core/taint.h | |
parent | man: document service types that record ExecMainHandoverTimestamp (diff) | |
download | systemd-d851637ca627ed8d312a3957a5e109f6ef7e2a3b.tar.xz systemd-d851637ca627ed8d312a3957a5e109f6ef7e2a3b.zip |
core: drop unused param, move taint calculation to separate file
Follow-up for 2b28dfe6e632f47a9058d9378fb88a0c99b34a91.
I also considered moving the function to src/basic, but since it's only used by
the manager, it doesn't seem useful.
Diffstat (limited to 'src/core/taint.h')
-rw-r--r-- | src/core/taint.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/taint.h b/src/core/taint.h new file mode 100644 index 0000000000..2e514e3335 --- /dev/null +++ b/src/core/taint.h @@ -0,0 +1,4 @@ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ +#pragma once + +char* taint_string(void); |