// Copyright 2004-2018 Nicholas J. Kain // SPDX-License-Identifier: MIT #ifndef IFCHANGE_H_ #define IFCHANGE_H_ #include bool ifchange_carrier_isup(void); int ifchange_bind(struct client_state_t *cs, struct dhcpmsg *packet); int ifchange_deconfig(struct client_state_t *cs); #endif