mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-11 12:12:23 +00:00
7 lines
118 B
C
7 lines
118 B
C
/* SPDX-License-Identifier: LGPL-2.1+ */
|
|
#pragma once
|
|
|
|
typedef struct Link Link;
|
|
|
|
int link_configure_can(Link *link);
|