diff options
Diffstat (limited to 'src/rdisc/nm-lndp-rdisc.h')
-rw-r--r-- | src/rdisc/nm-lndp-rdisc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rdisc/nm-lndp-rdisc.h b/src/rdisc/nm-lndp-rdisc.h index eb6a1df6d9..30d53db409 100644 --- a/src/rdisc/nm-lndp-rdisc.h +++ b/src/rdisc/nm-lndp-rdisc.h @@ -44,6 +44,6 @@ 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, gint32 max_addresses); #endif /* NM_LNDP_RDISC_H */ |