mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 23:51:28 +03: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);
|