mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
6 lines
168 B
C
6 lines
168 B
C
/* SPDX-License-Identifier: LGPL-2.1+ */
|
|
#pragma once
|
|
|
|
int mount_bind(int argc, char *argv[], void *userdata);
|
|
int mount_image(int argc, char *argv[], void *userdata);
|