mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09: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);
|