X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fuip%2Fresolv.h;h=b8e9004bd4168d912783a4b8d6acc860b26ae7bb;hb=86c94f9d9d98acdd2f057a35ce97f571742a4ecf;hp=96d50963dc88848df331cdc1c2870118370c6f21;hpb=93c9f7ef881daf0c36915a9d6c6d3df10c045d10;p=palacios.git diff --git a/palacios/include/uip/resolv.h b/palacios/include/uip/resolv.h index 96d5096..b8e9004 100644 --- a/palacios/include/uip/resolv.h +++ b/palacios/include/uip/resolv.h @@ -38,7 +38,7 @@ * * This file is part of the uIP TCP/IP stack. * - * $Id: resolv.h,v 1.2 2008/08/06 23:40:07 andrewlxia Exp $ + * $Id: resolv.h,v 1.3 2008/08/13 20:12:18 andrewlxia Exp $ * */ #ifndef __RESOLV_H__ @@ -63,9 +63,7 @@ void resolv_appcall(void); * ipaddr A pointer to a 4-byte array containing the IP address of the * hostname, or NULL if the hostname could not be found. */ -void resolv_found(char *name, u16_t *ipaddr) -{ -} +void resolv_found(char *name, u16_t *ipaddr); /* Functions. */ void resolv_conf(u16_t *dnsserver);