Files
systemd/src/bootctl/bootctl-random-seed.h
Zbigniew Jędrzejewski-Szmek 0b676aab33 Move bootctl to its own source subdirectory
It's been split into a bunch of files and deserves its own subdirectory
similarly to systemctl.
2024-11-07 14:15:00 +01:00

7 lines
168 B
C

/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
int install_random_seed(const char *esp);
int verb_random_seed(int argc, char *argv[], void *userdata);