X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flibsystemd-network%2Flldp-port.h;h=b2d3180091921450ae48ee655a82d124fb7c30ff;hp=1b1ae040d145ff8f3d07236d73dbaece4bb3f5c5;hb=7a6f1457462840ed52f2a332e2bd56ca210cff2d;hpb=2cd3aa24820e5d82375c8cc3e4446d884ee4fee0 diff --git a/src/libsystemd-network/lldp-port.h b/src/libsystemd-network/lldp-port.h index 1b1ae040d..b2d318009 100644 --- a/src/libsystemd-network/lldp-port.h +++ b/src/libsystemd-network/lldp-port.h @@ -27,6 +27,8 @@ #include "sd-event.h" #include "sd-lldp.h" +#include "util.h" + typedef struct lldp_port lldp_port; struct lldp_port { @@ -48,7 +50,7 @@ struct lldp_port { }; int lldp_port_new(int ifindex, - char *ifname, + const char *ifname, const struct ether_addr *addr, void *userdata, lldp_port **ret);