mirror of
https://github.com/systemd/systemd.git
synced 2026-07-12 10:34:12 +00:00
It's been split into a bunch of files and deserves its own subdirectory similarly to systemctl.
7 lines
168 B
C
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);
|