mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-02 20:13:19 +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);
|