mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
8 lines
215 B
C
8 lines
215 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include "forward.h"
|
|
|
|
int dump_lldp_neighbors(sd_varlink *vl, Table *table, int ifindex);
|
|
int link_lldp_status(int argc, char *argv[], void *userdata);
|