summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-lldp-rx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/networkd-lldp-rx.h')
-rw-r--r--src/network/networkd-lldp-rx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/networkd-lldp-rx.h b/src/network/networkd-lldp-rx.h
index 22f6602..75c9f8c 100644
--- a/src/network/networkd-lldp-rx.h
+++ b/src/network/networkd-lldp-rx.h
@@ -14,7 +14,6 @@ typedef enum LLDPMode {
} LLDPMode;
int link_lldp_rx_configure(Link *link);
-int link_lldp_save(Link *link);
const char* lldp_mode_to_string(LLDPMode m) _const_;
LLDPMode lldp_mode_from_string(const char *s) _pure_;