mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
7 lines
125 B
C
7 lines
125 B
C
/* SPDX-License-Identifier: LGPL-2.1+ */
|
|
#pragma once
|
|
|
|
#include "sd-event.h"
|
|
|
|
int lldp_network_bind_raw_socket(int ifindex);
|