summaryrefslogtreecommitdiff
path: root/src/findif_other.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/findif_other.c')
-rw-r--r--src/findif_other.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/findif_other.c b/src/findif_other.c
index 1952d05..83ab775 100644
--- a/src/findif_other.c
+++ b/src/findif_other.c
@@ -29,10 +29,7 @@
*
*/
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;
}