--- embedaddon/arping/src/findif_other.c 2012/02/21 22:16:27 1.1.1.1 +++ embedaddon/arping/src/findif_other.c 2014/06/15 16:26:43 1.1.1.2 @@ -1,6 +1,6 @@ /* arping/src/findif_other.c * - * Copyright (C) 2000-2009 Thomas Habets + * Copyright (C) 2000-2009 Thomas Habets * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public @@ -29,10 +29,13 @@ * */ const char * -arping_lookupdev(const char *ifname, - uint32_t srcip, - uint32_t dstip, - char *ebuf) +arping_lookupdev(uint32_t srcip, uint32_t dstip, char *ebuf) { - return arping_lookupdev_default(ifname,srcip,dstip,ebuf); + return NULL; } +/* ---- Emacs Variables ---- + * Local Variables: + * c-basic-offset: 8 + * indent-tabs-mode: nil + * End: + */