X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdhcp-client.h;h=b4c3065c0f9a93c4fa3116982aadfbc81096769a;hb=f696f12fbe84f49d650f48c45ce1a24b94547ad2;hp=6872db6b9f0e34193606968b1689a3da9fc46200;hpb=34e63086edddcae06d7c1a4fa84fec0861e50758;p=openvswitch diff --git a/lib/dhcp-client.h b/lib/dhcp-client.h index 6872db6b..b4c3065c 100644 --- a/lib/dhcp-client.h +++ b/lib/dhcp-client.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Nicira Networks. + * Copyright (c) 2008, 2010 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,6 +31,7 @@ void dhclient_set_max_timeout(struct dhclient *, unsigned int max_timeout); void dhclient_destroy(struct dhclient *); struct netdev *dhclient_get_netdev(struct dhclient *); +const char *dhclient_get_name(const struct dhclient *); void dhclient_init(struct dhclient *, uint32_t requested_ip); void dhclient_release(struct dhclient *);