mirror of
https://github.com/systemd/systemd.git
synced 2026-07-17 21:10:13 +00:00
6 lines
162 B
C
6 lines
162 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
int cat(int argc, char *argv[], void *userdata);
|
|
int edit(int argc, char *argv[], void *userdata);
|