void dhcp6_drop(struct interface *, const char *);
#else
#define dhcp6_printoptions()
-#define dhcp6_addrexists(a) 0
-#define dhcp6_find_delegates(a) 0
-#define dhcp6_start(a, b) 0
+#define dhcp6_addrexists(a, b) (0)
+#define dhcp6_find_delegates(a) (0)
+#define dhcp6_start(a, b) (0)
#define dhcp6_reboot(a)
#define dhcp6_env(a, b, c, d, e)
#define dhcp6_free(a)
void ipv4_free(struct interface *);
void ipv4_ctxfree(struct dhcpcd_ctx *);
#else
-#define ipv4_init() (-1)
+#define ipv4_init(a) (-1)
#define ipv4_applyaddr(a) {}
#define ipv4_freeroutes(a) {}
#define ipv4_free(a) {}
#define ipv4_ctxfree(a) {}
-#define ipv4_addrexists(a) (0)
+#define ipv4_addrexists(a, b) (0)
#endif
#endif
#define del_src_route6(rt) if_route6(rt, -2);
#else
-#define ipv6_init() -1
+#define ipv6_init(a) NULL
#define ipv6_free_ll_callbacks(a)
#define ipv6_free(a)
#define ipv6_ctxfree(a)
#else
#define ipv6nd_startrs(a) {}
-#define ipv6nd_addrexists(a) (0)
+#define ipv6nd_addrexists(a, b) (0)
#define ipv6nd_free(a)
-#define ipv6nd_has_ra(a) 0
+#define ipv6nd_has_ra(a) (0)
#define ipv6nd_drop(a)
#endif