mirror of
https://github.com/systemd/systemd.git
synced 2026-07-25 00:35:55 +00:00
6 lines
176 B
C
6 lines
176 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
int mount_bind(int argc, char *argv[], void *userdata);
|
|
int mount_image(int argc, char *argv[], void *userdata);
|