summary refs log tree commit diff
path: root/src/rdisc/nm-lndp-rdisc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rdisc/nm-lndp-rdisc.h')
-rw-r--r--src/rdisc/nm-lndp-rdisc.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/rdisc/nm-lndp-rdisc.h b/src/rdisc/nm-lndp-rdisc.h
index 407e1f92..e6706e3c 100644
--- a/src/rdisc/nm-lndp-rdisc.h
+++ b/src/rdisc/nm-lndp-rdisc.h
@@ -44,6 +44,10 @@ typedef struct {
 
 GType nm_lndp_rdisc_get_type (void);
 
-NMRDisc *nm_lndp_rdisc_new (int ifindex, const char *ifname);
+NMRDisc *nm_lndp_rdisc_new (int ifindex,
+                            const char *ifname,
+                            const char *uuid,
+                            NMSettingIP6ConfigAddrGenMode addr_gen_mode,
+                            GError **error);
 
 #endif /* __NETWORKMANAGER_LNDP_RDISC_H__ */