X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fdhcp-client.h;h=9019ff116255de4b44ab7e219f9cc535ab810aa2;hb=5fed6531b9146c9d30222062b83d9403ee254e03;hp=2039d23a31767bcf517bcf6621f5bda1d26aa7da;hpb=df3a28bf74a70ef3570829d1e67b96f7d982d693;p=openvswitch diff --git a/include/dhcp-client.h b/include/dhcp-client.h index 2039d23a..9019ff11 100644 --- a/include/dhcp-client.h +++ b/include/dhcp-client.h @@ -58,6 +58,7 @@ uint32_t dhclient_get_router(const struct dhclient *); const struct dhcp_msg *dhclient_get_config(const struct dhclient *); int dhclient_configure_netdev(struct dhclient *); +int dhclient_update_resolv_conf(struct dhclient *); void dhclient_run(struct dhclient *); void dhclient_wait(struct dhclient *);