diff options
Diffstat (limited to 'src/rdisc/nm-lndp-rdisc.h')
| -rw-r--r-- | src/rdisc/nm-lndp-rdisc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rdisc/nm-lndp-rdisc.h b/src/rdisc/nm-lndp-rdisc.h index e6706e3c..4c7c4743 100644 --- a/src/rdisc/nm-lndp-rdisc.h +++ b/src/rdisc/nm-lndp-rdisc.h @@ -44,7 +44,8 @@ typedef struct { GType nm_lndp_rdisc_get_type (void); -NMRDisc *nm_lndp_rdisc_new (int ifindex, +NMRDisc *nm_lndp_rdisc_new (NMPlatform *platform, + int ifindex, const char *ifname, const char *uuid, NMSettingIP6ConfigAddrGenMode addr_gen_mode, |