]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/systemd/sd-lldp.h
sd-lldp: hide internal information
[thirdparty/systemd.git] / src / systemd / sd-lldp.h
index 700146aba69a5b87be6cb516a4e9b043d70e18f5..09551d4a1ab5ef1fa8f88b138fc061ca032562b5 100644 (file)
@@ -32,14 +32,6 @@ enum {
         UPDATE_INFO = 10,
 };
 
-typedef enum LLDPPortStatus {
-        LLDP_PORT_STATUS_NONE,
-        LLDP_PORT_STATUS_ENABLED,
-        LLDP_PORT_STATUS_DISABLED,
-        _LLDP_PORT_STATUS_MAX,
-        _LLDP_PORT_STATUS_INVALID = -1,
-} LLDPPortStatus;
-
 int sd_lldp_new(int ifindex, const char *ifname, const struct ether_addr *mac, sd_lldp **ret);
 void sd_lldp_free(sd_lldp *lldp);