Systemd/src/nspawn/nspawn-oci.h

7 lines
142 B
C

/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
#include "nspawn-settings.h"
int oci_load(FILE *f, const char *path, Settings **ret);